diff options
| author | Kristian Høgsberg <krh@redhat.com> | 2006-12-19 19:58:31 -0500 |
|---|---|---|
| committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-03-09 16:02:33 -0500 |
| commit | 19a15b937b26638933307bb02f7b1801310d6eb2 (patch) | |
| tree | 817efaa8c1d2f4633fa811ba27fa1aee7f00c352 /drivers/firewire/Makefile | |
| parent | 3038e353cfaf548eb94f02b172b9dbe412abd24c (diff) | |
firewire: Add device probing and sysfs integration.
Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/firewire/Makefile')
| -rw-r--r-- | drivers/firewire/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/firewire/Makefile b/drivers/firewire/Makefile index db7020dd02a..da77bc0501e 100644 --- a/drivers/firewire/Makefile +++ b/drivers/firewire/Makefile | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | # Makefile for the Linux IEEE 1394 implementation | 2 | # Makefile for the Linux IEEE 1394 implementation |
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o | 5 | fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o \ |
| 6 | fw-device.o fw-device-cdev.o | ||
| 6 | 7 | ||
| 7 | obj-$(CONFIG_FW) += fw-core.o | 8 | obj-$(CONFIG_FW) += fw-core.o |
