patch-2.1.88 linux/drivers/net/Makefile
Next file: linux/drivers/net/Space.c
Previous file: linux/drivers/net/3c59x.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Fri Feb 20 18:24:17 1998
- Orig file:
v2.1.87/linux/drivers/net/Makefile
- Orig date:
Fri Jan 30 15:50:57 1998
diff -u --recursive --new-file v2.1.87/linux/drivers/net/Makefile linux/drivers/net/Makefile
@@ -92,6 +92,22 @@
endif
endif
+ifeq ($(CONFIG_ARM_AM79C961A),y)
+L_OBJS += am79c961a.o
+else
+ ifeq ($(CONFIG_ARM_AM79C961A),m)
+ M_OBJS += am79c961a.o
+ endif
+endif
+
+ifeq ($(CONFIG_ARM_ETHERH),y)
+CONFIG_8390_BUILTIN = y
+else
+ ifeq ($(CONFIG_ARM_ETHERH),m)
+ CONFIG_8390_MODULE = y
+ endif
+endif
+
ifeq ($(CONFIG_WD80x3),y)
L_OBJS += wd.o
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov