Makefile 920 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. ################################################################################
  2. #
  3. # Copyright (c) 2013 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. # Networking
  13. #
  14. # Abstract:
  15. #
  16. # This directory contains networking-related drivers, including the
  17. # networking core driver and support for many specific NICs.
  18. #
  19. # Author:
  20. #
  21. # Evan Green 4-Apr-2013
  22. #
  23. # Environment:
  24. #
  25. # Kernel
  26. #
  27. ################################################################################
  28. DIRS = ethernet \
  29. netcore \
  30. net80211 \
  31. wireless \
  32. include $(SRCROOT)/os/minoca.mk
  33. ethernet net80211 wireless: netcore
  34. wireless: net80211