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

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)