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
- Lines: 28
- Date:
Mon May 7 19:42:14 2001
- Orig file:
v2.4.4/linux/drivers/net/wireless/Makefile
- Orig date:
Wed Dec 31 16:00:00 1969
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)