patch-2.4.0-prerelease linux/net/ethernet/Makefile
Next file: linux/net/ipv4/Makefile
Previous file: linux/net/econet/Makefile
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Fri Dec 29 14:07:24 2000
- Orig file:
v2.4.0-test12/linux/net/ethernet/Makefile
- Orig date:
Tue Apr 28 11:10:11 1998
diff -u --recursive --new-file v2.4.0-test12/linux/net/ethernet/Makefile linux/net/ethernet/Makefile
@@ -23,9 +23,7 @@
OBJ2 := pe2.o
endif
-ifdef CONFIG_NET
-O_OBJS := $(OBJS) $(OBJ2)
-endif
+obj-$(CONFIG_NET) := $(OBJS) $(OBJ2)
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)