Makefile 938 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. ################################################################################
  2. #
  3. # Copyright (c) 2014 Minoca Corp. All rights reserved.
  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. # SD
  13. #
  14. # Abstract:
  15. #
  16. # This file is responsible for building the Secure Digital host controller
  17. # driver.
  18. #
  19. # Author:
  20. #
  21. # Evan Green 16-Mar-2014
  22. #
  23. # Environment:
  24. #
  25. # Kernel
  26. #
  27. ################################################################################
  28. SD_CONTROLLERS = bcm2709 \
  29. omap4 \
  30. rk32xx \
  31. DIRS = core \
  32. $(SD_CONTROLLERS) \
  33. include $(SRCROOT)/os/minoca.mk
  34. $(SD_CONTROLLERS): core