Makefile
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. #
  2. # drivers/net/wireless/Makefile
  3. #
  4. # Makefile for the Linux Wireless network device drivers.
  5. #
  6. O_TARGET := wireless_net.o
  7. obj-y :=
  8. obj-m :=
  9. obj-n :=
  10. obj- :=
  11. # Things that need to export symbols
  12. export-objs := airo.o orinoco.o hermes.o
  13. obj-$(CONFIG_HERMES) += orinoco.o hermes.o
  14. obj-$(CONFIG_PCMCIA_HERMES) += orinoco_cs.o
  15. obj-$(CONFIG_APPLE_AIRPORT) += airport.o
  16. obj-$(CONFIG_PLX_HERMES) += orinoco_plx.o
  17. obj-$(CONFIG_PCI_HERMES) += orinoco_pci.o
  18. obj-$(CONFIG_AIRO) += airo.o
  19. obj-$(CONFIG_AIRO_CS) += airo_cs.o airo.o
  20. include $(TOPDIR)/Rules.make