powerpc: Change u64/s64 to a long long integer type
[deliverable/linux.git] / drivers / firewire / Makefile
CommitLineData
3038e353
KH
1#
2# Makefile for the Linux IEEE 1394 implementation
3#
4
9a60731d
SR
5firewire-core-y += fw-card.o fw-topology.o fw-transaction.o fw-iso.o \
6 fw-device.o fw-cdev.o
7firewire-ohci-y += fw-ohci.o
8firewire-sbp2-y += fw-sbp2.o
3038e353 9
9a60731d
SR
10obj-$(CONFIG_FIREWIRE) += firewire-core.o
11obj-$(CONFIG_FIREWIRE_OHCI) += firewire-ohci.o
12obj-$(CONFIG_FIREWIRE_SBP2) += firewire-sbp2.o
This page took 0.207356 seconds and 5 git commands to generate.