patch-2.0.36 linux/drivers/net/Makefile
Next file: linux/drivers/net/README.eql
Previous file: linux/drivers/net/Config.in
Back to the patch index
Back to the overall index
- Lines: 78
- Date:
Sun Nov 15 10:33:02 1998
- Orig file:
v2.0.35/linux/drivers/net/Makefile
- Orig date:
Sun Nov 15 10:49:37 1998
diff -u --recursive --new-file v2.0.35/linux/drivers/net/Makefile linux/drivers/net/Makefile
@@ -3,7 +3,7 @@
# Makefile for the Linux network (ethercard) device drivers.
#
-# This will go away in some future future: hidden configuration files
+# This will go away in some future: hidden configuration files
# are difficult for users to deal with.
include CONFIG
@@ -53,6 +53,14 @@
endif
endif
+ifeq ($(CONFIG_SHAPER),y)
+L_OBJS += shaper.o
+else
+ ifeq ($(CONFIG_SHAPER),m)
+ M_OBJS += shaper.o
+ endif
+endif
+
ifeq ($(CONFIG_SK_G16),y)
L_OBJS += sk_g16.o
endif
@@ -73,14 +81,6 @@
endif
endif
-ifeq ($(CONFIG_WIC),y)
-L_OBJS += wic.o
-else
- ifeq ($(CONFIG_WIC),m)
- M_OBJS += wic.o
- endif
-endif
-
ifeq ($(CONFIG_SMC9194),y)
L_OBJS += smc9194.o
else
@@ -319,6 +319,14 @@
endif
endif
+ifeq ($(CONFIG_VIA_RHINE),y)
+L_OBJS += via-rhine.o
+else
+ ifeq ($(CONFIG_VIA_RHINE),m)
+ M_OBJS += via-rhine.o
+ endif
+endif
+
ifeq ($(CONFIG_EEXPRESS),y)
L_OBJS += eexpress.o
else
@@ -659,10 +667,23 @@
endif
endif
+
+
+ifeq ($(CONFIG_RCPCI),y)
+L_OBJS += rcpci.o
+else
+ ifeq ($(CONFIG_RCPCI),m)
+ M_OBJS += rcpci.o
+ endif
+endif
+
include $(TOPDIR)/Rules.make
clean:
rm -f core *.o *.a *.s
+
+rcpci.o: rcpci45.o rcmtl.o
+ $(LD) -r -o rcpci.o rcpci45.o rcmtl.o
wd.o: wd.c CONFIG
$(CC) $(CPPFLAGS) $(CFLAGS) $(WD_OPTS) -c $<
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov