mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 12:14:01 +08:00
58e313b362
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
|