[BACK]Return to Makefile CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / drivers / ieee1394

File: [Development] / linux-2.4-xfs / drivers / ieee1394 / Makefile (download)

Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD

Initial Import 2.4.24pre2

#
# Makefile for the Linux IEEE 1394 implementation
#

O_TARGET := ieee1394drv.o

export-objs := ieee1394_core.o ohci1394.o cmp.o iso.o

list-multi := ieee1394.o
ieee1394-objs := ieee1394_core.o ieee1394_transactions.o hosts.o \
		 highlevel.o csr.o nodemgr.o oui.o dma.o iso.o

obj-$(CONFIG_IEEE1394) += ieee1394.o
obj-$(CONFIG_IEEE1394_PCILYNX) += pcilynx.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
obj-$(CONFIG_IEEE1394_DV1394) += dv1394.o
obj-$(CONFIG_IEEE1394_ETH1394) += eth1394.o
obj-$(CONFIG_IEEE1394_AMDTP) += amdtp.o
obj-$(CONFIG_IEEE1394_CMP) += cmp.o

include $(TOPDIR)/Rules.make

ieee1394.o: $(ieee1394-objs)
	$(LD) $(LDFLAGS) -r -o $@ $(ieee1394-objs)

oui.o: oui.c
oui.c: oui.db oui2c.sh
	$(CONFIG_SHELL) oui2c.sh < oui.db > $@