Makefile 568 B

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