patch-2.4.7 linux/drivers/ieee1394/Makefile
Next file: linux/drivers/ieee1394/aic5800.c
Previous file: linux/drivers/ieee1394/Config.in
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Fri Jul 20 12:47:31 2001
- Orig file:
v2.4.6/linux/drivers/ieee1394/Makefile
- Orig date:
Tue Jan 2 16:45:37 2001
diff -u --recursive --new-file v2.4.6/linux/drivers/ieee1394/Makefile linux/drivers/ieee1394/Makefile
@@ -1,12 +1,6 @@
#
# Makefile for the Linux IEEE 1394 implementation
#
-# 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 (not a .c file).
-#
-# Note 2! The CFLAGS definitions are now in the main makefile.
-#
O_TARGET := ieee1394drv.o
@@ -14,14 +8,14 @@
list-multi := ieee1394.o
ieee1394-objs := ieee1394_core.o ieee1394_transactions.o hosts.o \
- highlevel.o csr.o guid.o ieee1394_syms.o
+ highlevel.o csr.o nodemgr.o ieee1394_syms.o
obj-$(CONFIG_IEEE1394) += ieee1394.o
obj-$(CONFIG_IEEE1394_PCILYNX) += pcilynx.o
-obj-$(CONFIG_IEEE1394_AIC5800) += aic5800.o
obj-$(CONFIG_IEEE1394_OHCI1394) += ohci1394.o
obj-$(CONFIG_IEEE1394_VIDEO1394) += video1394.o
obj-$(CONFIG_IEEE1394_RAWIO) += raw1394.o
+obj-$(CONFIG_IEEE1394_SBP2) += sbp2.o
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)