patch-2.4.0-prerelease linux/net/econet/Makefile

Next file: linux/net/ethernet/Makefile
Previous file: linux/net/decnet/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test12/linux/net/econet/Makefile linux/net/econet/Makefile
@@ -9,7 +9,7 @@
 
 O_TARGET := econet.o
 
-O_OBJS := af_econet.o sysctl_net_ec.o
-M_OBJS := $(O_TARGET)
+obj-y := af_econet.o sysctl_net_ec.o
+obj-m := $(O_TARGET)
 
 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)