162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for the Linux IEEE 1394 implementation 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_cifirewire-core-y += core-card.o core-cdev.o core-device.o \ 762306a36Sopenharmony_ci core-iso.o core-topology.o core-transaction.o 862306a36Sopenharmony_cifirewire-ohci-y += ohci.o 962306a36Sopenharmony_cifirewire-sbp2-y += sbp2.o 1062306a36Sopenharmony_cifirewire-net-y += net.o 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ciobj-$(CONFIG_FIREWIRE) += firewire-core.o 1362306a36Sopenharmony_ciobj-$(CONFIG_FIREWIRE_OHCI) += firewire-ohci.o 1462306a36Sopenharmony_ciobj-$(CONFIG_FIREWIRE_SBP2) += firewire-sbp2.o 1562306a36Sopenharmony_ciobj-$(CONFIG_FIREWIRE_NET) += firewire-net.o 1662306a36Sopenharmony_ciobj-$(CONFIG_FIREWIRE_NOSY) += nosy.o 1762306a36Sopenharmony_ciobj-$(CONFIG_PROVIDE_OHCI1394_DMA_INIT) += init_ohci1394_dma.o 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_cifirewire-uapi-test-objs += uapi-test.o 2062306a36Sopenharmony_ciobj-$(CONFIG_FIREWIRE_KUNIT_UAPI_TEST) += firewire-uapi-test.o 21