patch-2.4.5 linux/net/wanrouter/Makefile
Next file: linux/net/wanrouter/wanproc.c
Previous file: linux/net/irda/wrapper.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Sat May 19 17:47:55 2001
- Orig file:
v2.4.4/linux/net/wanrouter/Makefile
- Orig date:
Thu Apr 12 12:11:39 2001
diff -u --recursive --new-file v2.4.4/linux/net/wanrouter/Makefile linux/net/wanrouter/Makefile
@@ -12,9 +12,9 @@
export-objs := wanmain.o
obj-y := wanproc.o wanmain.o
-obj-m := $(O_TARGET) af_wanpipe.o
+obj-m := $(O_TARGET)
+ifneq ($(CONFIG_VENDOR_SANGOMA),n)
+ obj-m += $(O_TARGET)
+endif
include $(TOPDIR)/Rules.make
-
-tar:
- tar -cvf /dev/f1 .
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)