2017-11-01 15:07:57 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2006-12-19 19:58:27 -05:00
|
|
|
#
|
|
|
|
|
# Makefile for the Linux IEEE 1394 implementation
|
|
|
|
|
#
|
|
|
|
|
|
2024-04-29 13:32:14 +09:00
|
|
|
firewire-core-y += core-trace.o core-card.o core-cdev.o core-device.o \
|
2009-06-05 16:26:18 +02:00
|
|
|
core-iso.o core-topology.o core-transaction.o
|
|
|
|
|
firewire-ohci-y += ohci.o
|
|
|
|
|
firewire-sbp2-y += sbp2.o
|
2009-06-07 22:57:53 +02:00
|
|
|
firewire-net-y += net.o
|
2006-12-19 19:58:27 -05:00
|
|
|
|
2009-06-07 22:57:53 +02:00
|
|
|
obj-$(CONFIG_FIREWIRE) += firewire-core.o
|
2007-05-25 13:54:49 +02:00
|
|
|
obj-$(CONFIG_FIREWIRE_OHCI) += firewire-ohci.o
|
|
|
|
|
obj-$(CONFIG_FIREWIRE_SBP2) += firewire-sbp2.o
|
2009-06-07 22:57:53 +02:00
|
|
|
obj-$(CONFIG_FIREWIRE_NET) += firewire-net.o
|
2010-07-27 10:26:33 +02:00
|
|
|
obj-$(CONFIG_FIREWIRE_NOSY) += nosy.o
|
2010-10-10 00:54:02 +02:00
|
|
|
obj-$(CONFIG_PROVIDE_OHCI1394_DMA_INIT) += init_ohci1394_dma.o
|
2023-05-30 08:12:39 +09:00
|
|
|
|
2024-05-08 19:53:51 +09:00
|
|
|
obj-$(CONFIG_FIREWIRE_KUNIT_UAPI_TEST) += uapi-test.o
|
|
|
|
|
obj-$(CONFIG_FIREWIRE_KUNIT_PACKET_SERDES_TEST) += packet-serdes-test.o
|
2024-06-06 08:51:45 +09:00
|
|
|
obj-$(CONFIG_FIREWIRE_KUNIT_SELF_ID_SEQUENCE_HELPER_TEST) += self-id-sequence-helper-test.o
|
2024-07-03 07:20:32 +09:00
|
|
|
obj-$(CONFIG_FIREWIRE_KUNIT_OHCI_SERDES_TEST) += ohci-serdes-test.o
|