1
0

Makefile 961 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. ################################################################################
  2. #
  3. # Copyright (c) 2012 Minoca Corp. All Rights Reserved
  4. #
  5. # Module Name:
  6. #
  7. # Drivers
  8. #
  9. # Abstract:
  10. #
  11. # This directory contains kernel-mode drivers that provide hardware
  12. # support for the kernel and applications.
  13. #
  14. # Author:
  15. #
  16. # Evan Green 16-Sep-2012
  17. #
  18. # Environment:
  19. #
  20. # Kernel
  21. #
  22. ################################################################################
  23. DIRS = acpi \
  24. ata \
  25. devrem \
  26. dma \
  27. fat \
  28. gpio \
  29. i8042 \
  30. net \
  31. null \
  32. part \
  33. pci \
  34. plat \
  35. ramdisk \
  36. sd \
  37. spb \
  38. special \
  39. term \
  40. usb \
  41. usrinput \
  42. videocon \
  43. include $(SRCROOT)/os/minoca.mk
  44. i8042 usb: usrinput
  45. ata usb: part
  46. net: usb
  47. plat: usrinput spb