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

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)