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

Next file: linux/drivers/net/wireless/README
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.4/linux/drivers/net/wireless/Makefile linux/drivers/net/wireless/Makefile
@@ -0,0 +1,27 @@
+#
+# drivers/net/wireless/Makefile
+#
+# Makefile for the Linux Wireless network device drivers.
+#
+
+O_TARGET := orinoco_drvs.o
+
+obj-y		:=
+obj-m		:=
+obj-n		:=
+obj-		:=
+
+# Things that need to export symbols
+export-objs	:= orinoco.o hermes.o
+
+# ISA Bus cards
+
+# PCI bus cards
+
+# Other cards
+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
+
+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)