patch-2.2.6 linux/net/irda/ircomm/Makefile
Next file: linux/net/irda/ircomm/attach.c
Previous file: linux/net/irda/discovery.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Thu Apr 15 05:42:42 1999
- Orig file:
v2.2.5/linux/net/irda/ircomm/Makefile
- Orig date:
Tue Dec 22 14:16:59 1998
diff -u --recursive --new-file v2.2.5/linux/net/irda/ircomm/Makefile linux/net/irda/ircomm/Makefile
@@ -8,9 +8,9 @@
# 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
+O_OBJS := ircomm_common.o irvtd_driver.o
M_OBJS := ircomm.o ircomm_tty.o
-MI_OBJS := ircomm_common.o attach.o irvtd.o irvtd_driver.o
+MI_OBJS := ircomm_common.o irvtd_driver.o
OX_OBJS +=
@@ -18,10 +18,10 @@
ifeq ($(CONFIG_IRCOMM),m)
ircomm.o: $(MI_OBJS)
- $(LD) $(LD_RFLAG) -r -o $@ ircomm_common.o attach.o
+ $(LD) $(LD_RFLAG) -r -o $@ ircomm_common.o
ircomm_tty.o: $(MI_OBJS)
- $(LD) $(LD_RFLAG) -r -o $@ irvtd.o irvtd_driver.o
+ $(LD) $(LD_RFLAG) -r -o $@ irvtd_driver.o
endif
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)