patch-2.1.132 linux/net/irda/ircomm/Makefile
Next file: linux/net/irda/ircomm/attach.c
Previous file: linux/net/irda/ircomm/Config.in
Back to the patch index
Back to the overall index
- Lines: 32
- Date:
Thu Dec 17 09:01:03 1998
- Orig file:
v2.1.131/linux/net/irda/ircomm/Makefile
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.1.131/linux/net/irda/ircomm/Makefile linux/net/irda/ircomm/Makefile
@@ -0,0 +1,31 @@
+#
+# Makefile for the Linux IrDA IrCOMM protocol layer.
+#
+# Note! Dependencies are done automagically by 'make dep', which also
+# removes any old dependencies. DON'T put your own dependencies here
+# unless it's something special (ie not a .c file).
+#
+# Note 2! The CFLAGS definition is now in the main makefile...
+
+O_TARGET := ircomm_n_vtd.o
+O_OBJS := ircomm_common.o attach.o irvtd.o irvtd_driver.o
+M_OBJS := ircomm.o ircomm_tty.o
+MI_OBJS := ircomm_common.o attach.o irvtd.o irvtd_driver.o
+
+OX_OBJS +=
+
+# Special rule to build the composite modules
+
+ifeq ($(CONFIG_IRCOMM),m)
+ircomm.o: $(MI_OBJS)
+ $(LD) $(LD_RFLAG) -r -o $@ ircomm_common.o attach.o
+
+ircomm_tty.o: $(MI_OBJS)
+ $(LD) $(LD_RFLAG) -r -o $@ irvtd.o irvtd_driver.o
+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, slshen@lbl.gov