1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 23038e353SKristian Høgsberg# 33038e353SKristian Høgsberg# Makefile for the Linux IEEE 1394 implementation 43038e353SKristian Høgsberg# 53038e353SKristian Høgsberg 657614c28STakashi Sakamotofirewire-core-y += core-trace.o core-card.o core-cdev.o core-device.o \ 7e71d31daSStefan Richter core-iso.o core-topology.o core-transaction.o 8e71d31daSStefan Richterfirewire-ohci-y += ohci.o 9e71d31daSStefan Richterfirewire-sbp2-y += sbp2.o 10b9530fd6SStefan Richterfirewire-net-y += net.o 113038e353SKristian Høgsberg 129a60731dSStefan Richterobj-$(CONFIG_FIREWIRE) += firewire-core.o 139a60731dSStefan Richterobj-$(CONFIG_FIREWIRE_OHCI) += firewire-ohci.o 149a60731dSStefan Richterobj-$(CONFIG_FIREWIRE_SBP2) += firewire-sbp2.o 15b9530fd6SStefan Richterobj-$(CONFIG_FIREWIRE_NET) += firewire-net.o 1628646821SStefan Richterobj-$(CONFIG_FIREWIRE_NOSY) += nosy.o 171ef5b816SStefan Richterobj-$(CONFIG_PROVIDE_OHCI1394_DMA_INIT) += init_ohci1394_dma.o 18dc7c5163STakashi Sakamoto 1921151fd8STakashi Sakamotoobj-$(CONFIG_FIREWIRE_KUNIT_UAPI_TEST) += uapi-test.o 2021151fd8STakashi Sakamotoobj-$(CONFIG_FIREWIRE_KUNIT_PACKET_SERDES_TEST) += packet-serdes-test.o 217bd10e0eSTakashi Sakamotoobj-$(CONFIG_FIREWIRE_KUNIT_SELF_ID_SEQUENCE_HELPER_TEST) += self-id-sequence-helper-test.o 22*7a14f78dSTakashi Sakamotoobj-$(CONFIG_FIREWIRE_KUNIT_OHCI_SERDES_TEST) += ohci-serdes-test.o 23