Makefile 854 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. # UEFI
  13. #
  14. # Abstract:
  15. #
  16. # This directory builds UEFI firmware images for several platforms.
  17. #
  18. # Author:
  19. #
  20. # Evan Green 26-Feb-2014
  21. #
  22. # Environment:
  23. #
  24. # Firmware
  25. #
  26. ################################################################################
  27. DIRS = archlib \
  28. core \
  29. dev \
  30. plat \
  31. tools \
  32. include $(SRCROOT)/os/minoca.mk
  33. plat: core dev tools
  34. core: archlib tools