mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
11f494ee25
to avoid confusion with CONFIG_FW_LOADER. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de> Acked-by: Kristian Høgsberg <krh@redhat.com>
11 lines
272 B
Makefile
11 lines
272 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_FIREWIRE) += fw-core.o
|
|
obj-$(CONFIG_FIREWIRE_OHCI) += fw-ohci.o
|
|
obj-$(CONFIG_FIREWIRE_SBP2) += fw-sbp2.o
|