1
0

Makefile 721 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ################################################################################
  2. #
  3. # Copyright (c) 2012 Minoca Corp. All Rights Reserved
  4. #
  5. # Module Name:
  6. #
  7. # Platform Support
  8. #
  9. # Abstract:
  10. #
  11. # This directory contains platform-specific targets for UEFI firmware.
  12. #
  13. # Author:
  14. #
  15. # Evan Green 26-Feb-2014
  16. #
  17. # Environment:
  18. #
  19. # Firmware
  20. #
  21. ################################################################################
  22. ifeq ($(ARCH), x86)
  23. DIRS += bios \
  24. endif
  25. ifeq ($(ARCH), armv7)
  26. DIRS += beagbone \
  27. integcp \
  28. panda \
  29. rpi2 \
  30. veyron \
  31. endif
  32. ifeq ($(ARCH), armv6)
  33. DIRS += rpi \
  34. endif
  35. include $(SRCROOT)/os/minoca.mk
  36. beagbone: panda