patch-2.1.44 linux/drivers/net/Makefile
Next file: linux/drivers/net/Space.c
Previous file: linux/drivers/net/Config.in
Back to the patch index
Back to the overall index
- Lines: 41
- Date:
Thu Jun 26 12:33:39 1997
- Orig file:
v2.1.43/linux/drivers/net/Makefile
- Orig date:
Sun Apr 13 10:18:21 1997
diff -u --recursive --new-file v2.1.43/linux/drivers/net/Makefile linux/drivers/net/Makefile
@@ -275,6 +275,10 @@
endif
endif
+ifeq ($(CONFIG_SGISEEQ), y)
+L_OBJS += sgiseeq.o
+endif
+
ifeq ($(CONFIG_HAPPYMEAL),y)
L_OBJS += sunhme.o
else
@@ -563,6 +567,14 @@
endif
endif
+ifeq ($(CONFIG_MIPS_JAZZ_SONIC),y)
+L_OBJS += sonic.o
+else
+ ifeq ($(CONFIG_MIPS_JAZZ_SONIC),m)
+ M_OBJS += sonic.o
+ endif
+endif
+
ifeq ($(CONFIG_ATARILANCE),y)
L_OBJS += atarilance.o
else
@@ -648,6 +660,14 @@
else
ifeq ($(CONFIG_LTPC),m)
M_OBJS += ltpc.o
+ endif
+endif
+
+ifeq ($(CONFIG_COPS),y)
+L_OBJS += cops.o
+else
+ ifeq ($(CONFIG_COPS),m)
+ M_OBJS += cops.o
endif
endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov