mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
9ba136d0fe
Signed-off-by: Kristian Høgsberg <krh@redhat.com> Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
10 lines
253 B
Makefile
10 lines
253 B
Makefile
#
|
|
# Makefile for the Linux IEEE 1394 implementation
|
|
#
|
|
|
|
fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o \
|
|
fw-device.o fw-device-cdev.o
|
|
|
|
obj-$(CONFIG_FW) += fw-core.o
|
|
obj-$(CONFIG_FW_OHCI) += fw-ohci.o
|
|
obj-$(CONFIG_FW_SBP2) += fw-sbp2.o
|