Makefile 853 B

1234567891011121314151617181920212223242526272829303132333435
  1. ################################################################################
  2. #
  3. # Copyright (c) 2017 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. # Sound
  13. #
  14. # Abstract:
  15. #
  16. # This directory contains drivers related to sound input and output.
  17. #
  18. # Author:
  19. #
  20. # Chris Stevens 29-Mar-2017
  21. #
  22. # Environment:
  23. #
  24. # Kernel
  25. #
  26. ################################################################################
  27. SOUND_DRIVERS = broadcom \
  28. intel \
  29. DIRS = core \
  30. $(SOUND_DRIVERS) \
  31. include $(SRCROOT)/os/minoca.mk