blob: e3870d5c43ddeac5d89b35702b181bbf151ed891 [file] [log] [blame]
Kristian Høgsberg3038e352006-12-19 19:58:27 -05001#
2# Makefile for the Linux IEEE 1394 implementation
3#
4
Stefan Richtere71d31d2009-06-05 16:26:18 +02005firewire-core-y += core-card.o core-cdev.o core-device.o \
6 core-iso.o core-topology.o core-transaction.o
7firewire-ohci-y += ohci.o
8firewire-sbp2-y += sbp2.o
Stefan Richterb9530fd2009-06-07 22:57:53 +02009firewire-net-y += net.o
Kristian Høgsberg3038e352006-12-19 19:58:27 -050010
Stefan Richterb9530fd2009-06-07 22:57:53 +020011obj-$(CONFIG_FIREWIRE) += firewire-core.o
Stefan Richter9a607312007-05-25 13:54:49 +020012obj-$(CONFIG_FIREWIRE_OHCI) += firewire-ohci.o
13obj-$(CONFIG_FIREWIRE_SBP2) += firewire-sbp2.o
Stefan Richterb9530fd2009-06-07 22:57:53 +020014obj-$(CONFIG_FIREWIRE_NET) += firewire-net.o
Stefan Richter28646822010-07-27 10:26:33 +020015obj-$(CONFIG_FIREWIRE_NOSY) += nosy.o
Stefan Richter1ef5b812010-10-10 00:54:02 +020016obj-$(CONFIG_PROVIDE_OHCI1394_DMA_INIT) += init_ohci1394_dma.o