firewire: Add driver for OHCI firewire host controllers.
[deliverable/linux.git] / drivers / firewire / Makefile
1 #
2 # Makefile for the Linux IEEE 1394 implementation
3 #
4
5 fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o \
6 fw-device.o fw-device-cdev.o
7
8 obj-$(CONFIG_FW) += fw-core.o
9 obj-$(CONFIG_FW_OHCI) += fw-ohci.o
This page took 0.03091 seconds and 6 git commands to generate.