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