1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for the Linux IEEE 1394 implementation
6 firewire-core-y
+= core-trace.o core-card.o core-cdev.o core-device.o \
7 core-iso.o core-topology.o core-transaction.o
8 firewire-ohci-y
+= ohci.o
9 firewire-sbp2-y
+= sbp2.o
10 firewire-net-y
+= net.o
12 obj-
$(CONFIG_FIREWIRE
) += firewire-core.o
13 obj-
$(CONFIG_FIREWIRE_OHCI
) += firewire-ohci.o
14 obj-
$(CONFIG_FIREWIRE_SBP2
) += firewire-sbp2.o
15 obj-
$(CONFIG_FIREWIRE_NET
) += firewire-net.o
16 obj-
$(CONFIG_FIREWIRE_NOSY
) += nosy.o
17 obj-
$(CONFIG_PROVIDE_OHCI1394_DMA_INIT
) += init_ohci1394_dma.o
19 obj-
$(CONFIG_FIREWIRE_KUNIT_UAPI_TEST
) += uapi-test.o
20 obj-
$(CONFIG_FIREWIRE_KUNIT_PACKET_SERDES_TEST
) += packet-serdes-test.o
21 obj-
$(CONFIG_FIREWIRE_KUNIT_SELF_ID_SEQUENCE_HELPER_TEST
) += self-id-sequence-helper-test.o
22 obj-
$(CONFIG_FIREWIRE_KUNIT_OHCI_SERDES_TEST
) += ohci-serdes-test.o