Makefile 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. ################################################################################
  2. #
  3. # Copyright (c) 2012 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. # Drivers
  13. #
  14. # Abstract:
  15. #
  16. # This directory contains kernel-mode drivers that provide hardware
  17. # support for the kernel and applications.
  18. #
  19. # Author:
  20. #
  21. # Evan Green 16-Sep-2012
  22. #
  23. # Environment:
  24. #
  25. # Kernel
  26. #
  27. ################################################################################
  28. DIRS = acpi \
  29. ahci \
  30. ata \
  31. devrem \
  32. dma \
  33. fat \
  34. gpio \
  35. input \
  36. net \
  37. null \
  38. part \
  39. pci \
  40. plat \
  41. ramdisk \
  42. sd \
  43. spb \
  44. sound \
  45. special \
  46. term \
  47. usb \
  48. videocon \
  49. include $(SRCROOT)/os/minoca.mk
  50. usb: input
  51. ata usb: part
  52. net: usb
  53. plat: input spb