Kristian Høgsberg | 3038e35 | 2006-12-19 19:58:27 -0500 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the Linux IEEE 1394 implementation |
| 3 | # |
| 4 | |
Stefan Richter | e71d31d | 2009-06-05 16:26:18 +0200 | [diff] [blame] | 5 | firewire-core-y += core-card.o core-cdev.o core-device.o \ |
| 6 | core-iso.o core-topology.o core-transaction.o |
| 7 | firewire-ohci-y += ohci.o |
| 8 | firewire-sbp2-y += sbp2.o |
Kristian Høgsberg | 3038e35 | 2006-12-19 19:58:27 -0500 | [diff] [blame] | 9 | |
Stefan Richter | 9a60731 | 2007-05-25 13:54:49 +0200 | [diff] [blame] | 10 | obj-$(CONFIG_FIREWIRE) += firewire-core.o |
| 11 | obj-$(CONFIG_FIREWIRE_OHCI) += firewire-ohci.o |
| 12 | obj-$(CONFIG_FIREWIRE_SBP2) += firewire-sbp2.o |