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
- Lines: 15
- Date:
Fri Dec 29 14:07:24 2000
- Orig file:
v2.4.0-test12/linux/net/wanrouter/Makefile
- Orig date:
Tue Apr 28 11:10:11 1998
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)