Makefile 569 B

1234567891011121314151617181920212223242526272829303132
  1. ################################################################################
  2. #
  3. # Copyright (c) 2014 Minoca Corp. All Rights Reserved
  4. #
  5. # Binary Name:
  6. #
  7. # PL-011 UART
  8. #
  9. # Abstract:
  10. #
  11. # This library contains the ARM PrimeCell PL-011 UART controller library.
  12. #
  13. # Author:
  14. #
  15. # Evan Green 27-Feb-2014
  16. #
  17. # Environment:
  18. #
  19. # Firmware
  20. #
  21. ################################################################################
  22. include $(SRCDIR)/../common
  23. BINARY = pl11.a
  24. BINARYTYPE = library
  25. OBJS = pl11.o \
  26. include $(SRCROOT)/os/minoca.mk