firewire: Add core firewire stack.
[firefly-linux-kernel-4.4.55.git] / drivers / firewire / Makefile
diff --git a/drivers/firewire/Makefile b/drivers/firewire/Makefile
new file mode 100644 (file)
index 0000000..db7020d
--- /dev/null
@@ -0,0 +1,7 @@
+#
+# 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