Makefile 883 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ################################################################################
  2. #
  3. # Copyright (c) 2014 Minoca Corp.
  4. #
  5. # This file is licensed under the terms of the GNU General Public License
  6. # version 3. Alternative licensing terms are available. Contact
  7. # info@minocacorp.com for details. See the LICENSE file at the root of this
  8. # project for complete licensing information.
  9. #
  10. # Module Name:
  11. #
  12. # Empty RAM Disk
  13. #
  14. # Abstract:
  15. #
  16. # This file contains the symbols for a RAM disk image, but with nothing
  17. # in them.
  18. #
  19. # Author:
  20. #
  21. # Evan Green 5-Oct-2016
  22. #
  23. # Environment:
  24. #
  25. # Firmware
  26. #
  27. ################################################################################
  28. BINARY = emptyrd.a
  29. BINARYTYPE = klibrary
  30. INCLUDES += $(SRCROOT)/os/uefi/include;.;
  31. OBJS = emptyrd.o \
  32. include $(SRCROOT)/os/minoca.mk
  33. CFLAGS += -fshort-wchar