8 lines
152 B
Makefile
8 lines
152 B
Makefile
|
#
|
||
|
# Makefile for the Linux IEEE 1394 implementation
|
||
|
#
|
||
|
|
||
|
fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o
|
||
|
|
||
|
obj-$(CONFIG_FW) += fw-core.o
|