patch-2.1.30 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: 24
- Date:
Wed Mar 12 15:10:13 1997
- Orig file:
v2.1.29/linux/drivers/net/Makefile
- Orig date:
Thu Feb 27 10:57:30 1997
diff -u --recursive --new-file v2.1.29/linux/drivers/net/Makefile linux/drivers/net/Makefile
@@ -255,15 +255,16 @@
L_OBJS += lance.o
endif
-ifeq ($(CONFIG_DEFXX),y)
-L_OBJS += defxx.o
-endif
-
ifeq ($(CONFIG_LANCE),y)
L_OBJS += lance.o
- ifeq ($(CONFIG_LANCE32),y)
- L_OBJS += lance32.o
- endif
+endif
+
+ifeq ($(CONFIG_PCNET32),y)
+L_OBJS += pcnet32.o
+endif
+
+ifeq ($(CONFIG_DEFXX),y)
+L_OBJS += defxx.o
endif
ifeq ($(CONFIG_SUNLANCE),y)
FUNET's LINUX-ADM group, [email protected]
TCL-scripts by Sam Shen, [email protected]