patch-2.4.6 linux/drivers/net/wireless/Makefile

Next file: linux/drivers/net/wireless/airo.c
Previous file: linux/drivers/net/wireless/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.5/linux/drivers/net/wireless/Makefile linux/drivers/net/wireless/Makefile
@@ -4,7 +4,7 @@
 # Makefile for the Linux Wireless network device drivers.
 #
 
-O_TARGET := orinoco_drvs.o
+O_TARGET := wireless_net.o
 
 obj-y		:=
 obj-m		:=
@@ -12,16 +12,12 @@
 obj-		:=
 
 # Things that need to export symbols
-export-objs	:= orinoco.o hermes.o
+export-objs	:= airo.o orinoco.o hermes.o
 
-# ISA Bus cards
-
-# PCI bus cards
-
-# Other cards
+obj-$(CONFIG_PCMCIA_HERMES)	+= orinoco_cs.o orinoco.o hermes.o
 obj-$(CONFIG_APPLE_AIRPORT)	+= airport.o orinoco.o hermes.o
 
-# 16-bit Pcmcia wireless client drivers
-obj-$(CONFIG_PCMCIA_HERMES)	+= orinoco_cs.o orinoco.o hermes.o
+obj-$(CONFIG_AIRO)		+= airo.o
+obj-$(CONFIG_AIRO_CS)		+= airo_cs.o airo.o
 
 include $(TOPDIR)/Rules.make

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)