xref: /openbmc/linux/drivers/firewire/Makefile (revision 19a15b93)
1#
2# Makefile for the Linux IEEE 1394 implementation
3#
4
5fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o \
6	fw-device.o fw-device-cdev.o
7
8obj-$(CONFIG_FW) += fw-core.o
9