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

Next file: linux/net/x25/Makefile
Previous file: linux/net/unix/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test12/linux/net/wanrouter/Makefile linux/net/wanrouter/Makefile
@@ -8,9 +8,11 @@
 # Note 2! The CFLAGS definition is now in the main makefile...
 
 O_TARGET := wanrouter.o
-OX_OBJS   := wanmain.o
-O_OBJS :=  wanproc.o
-M_OBJS   := $(O_TARGET)
+
+export-objs := wanmain.o
+
+obj-y :=  wanproc.o wanmain.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)