mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-08 13:34:26 -05:00
Signed-off-by: Kristian Hoegsberg <krh@redhat.com> Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
11 lines
262 B
Makefile
11 lines
262 B
Makefile
#
|
|
# Makefile for the Linux IEEE 1394 implementation
|
|
#
|
|
|
|
fw-core-y += fw-card.o fw-topology.o fw-transaction.o fw-iso.o \
|
|
fw-device.o fw-cdev.o
|
|
|
|
obj-$(CONFIG_FIREWIRE) += fw-core.o
|
|
obj-$(CONFIG_FIREWIRE_OHCI) += fw-ohci.o
|
|
obj-$(CONFIG_FIREWIRE_SBP2) += fw-sbp2.o
|