firewire: Add core firewire stack.

Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
This commit is contained in:
Kristian Høgsberg
2006-12-19 19:58:27 -05:00
committed by Stefan Richter
parent 08e15e81a4
commit 3038e353cf
10 changed files with 2235 additions and 0 deletions

View File

@@ -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