patch-2.1.89 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: 28
- Date:
Mon Mar 2 11:55:41 1998
- Orig file:
v2.1.88/linux/drivers/net/Makefile
- Orig date:
Mon Feb 23 18:12:05 1998
diff -u --recursive --new-file v2.1.88/linux/drivers/net/Makefile linux/drivers/net/Makefile
@@ -3,10 +3,6 @@
# Makefile for the Linux network (ethercard) device drivers.
#
-# This will go away in some future future: hidden configuration files
-# are difficult for users to deal with.
-include CONFIG
-
SUB_DIRS :=
MOD_SUB_DIRS := $(SUB_DIRS)
ALL_SUB_DIRS := $(SUB_DIRS) hamradio
@@ -169,6 +165,16 @@
ifeq ($(CONFIG_ULTRA),m)
CONFIG_8390_MODULE = y
M_OBJS += smc-ultra.o
+ endif
+endif
+
+ifeq ($(CONFIG_ULTRA32),y)
+L_OBJS += smc-ultra32.o
+CONFIG_8390_BUILTIN = y
+else
+ ifeq ($(CONFIG_ULTRA32),m)
+ CONFIG_8390_MODULE = y
+ M_OBJS += smc-ultra32.o
endif
endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov