Makefile 545 字节
Newer Older
1 2 3 4
#
# Makefile for the Linux IEEE 1394 implementation
#

S
Stefan Richter 已提交
5 6 7 8
firewire-core-y += core-card.o core-cdev.o core-device.o \
                   core-iso.o core-topology.o core-transaction.o
firewire-ohci-y += ohci.o
firewire-sbp2-y += sbp2.o
9
firewire-net-y  += net.o
10

11
obj-$(CONFIG_FIREWIRE)      += firewire-core.o
12 13
obj-$(CONFIG_FIREWIRE_OHCI) += firewire-ohci.o
obj-$(CONFIG_FIREWIRE_SBP2) += firewire-sbp2.o
14
obj-$(CONFIG_FIREWIRE_NET)  += firewire-net.o
15
obj-$(CONFIG_FIREWIRE_NOSY) += nosy.o
16
obj-$(CONFIG_PROVIDE_OHCI1394_DMA_INIT) += init_ohci1394_dma.o