patch-2.4.0-prerelease linux/net/irda/irnet/Makefile
Next file: linux/net/khttpd/Makefile
Previous file: linux/net/irda/irlan/Makefile
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Fri Dec 29 14:07:24 2000
- Orig file:
v2.4.0-test12/linux/net/irda/irnet/Makefile
- Orig date:
Sun Nov 19 18:44:24 2000
diff -u --recursive --new-file v2.4.0-test12/linux/net/irda/irnet/Makefile linux/net/irda/irnet/Makefile
@@ -9,14 +9,8 @@
MOD_LIST_NAME := IRDA_MODULES
O_TARGET := irnet.o
-#O_OBJS := irnet_ppp.o
-O_OBJS := irnet_ppp.o irnet_irda.o
-M_OBJS := $(O_TARGET)
-MI_OBJS :=
-OX_OBJS +=
+obj-y := irnet_ppp.o irnet_irda.o
+obj-m := $(O_TARGET)
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)