patch-2.1.112 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: 26
- Date:
Sun Jul 26 23:35:56 1998
- Orig file:
v2.1.111/linux/drivers/net/Makefile
- Orig date:
Sun Jul 26 11:57:15 1998
diff -u --recursive --new-file v2.1.111/linux/drivers/net/Makefile linux/drivers/net/Makefile
@@ -151,6 +151,14 @@
endif
endif
+ifeq ($(CONFIG_ETHERH),y)
+CONFIG_8390_BUILTIN = y
+else
+ ifeq ($(CONFIG_ETHERH),m)
+ CONFIG_8390_MODULE = y
+ endif
+endif
+
ifeq ($(CONFIG_NE2K_PCI),y)
L_OBJS += ne2k-pci.o
CONFIG_8390_BUILTIN = y
@@ -851,6 +859,10 @@
ifeq ($(CONFIG_MACE),y)
L_OBJS += mace.o
+endif
+
+ifeq ($(CONFIG_BMAC),y)
+L_OBJS += bmac.o
endif
ifeq ($(CONFIG_VENDOR_SANGOMA),y)
FUNET's LINUX-ADM group, [email protected]
TCL-scripts by Sam Shen, [email protected]