diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-09-17 10:23:08 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-09-17 10:23:08 -0700 |
commit | 70057a5a61a9c703aac0cc51811de8d3384d2889 (patch) | |
tree | dbc78019d3dab85d43baa11fe661e4a3eaeb61a6 /drivers/Makefile | |
parent | 343d04d44bb069064180f5763a41acaa9245f8e6 (diff) | |
parent | 8702d33aa6e6d753ef99163afe48aba1323374ef (diff) | |
download | linux-70057a5a61a9c703aac0cc51811de8d3384d2889.tar.bz2 |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6:
firewire: nosy: fix build when CONFIG_FIREWIRE=N
firewire: ohci: activate cycle timer register quirk on Ricoh chips
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index ae473445ad6d..a2aea53a75ed 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -50,7 +50,7 @@ obj-$(CONFIG_SPI) += spi/ obj-y += net/ obj-$(CONFIG_ATM) += atm/ obj-$(CONFIG_FUSION) += message/ -obj-$(CONFIG_FIREWIRE) += firewire/ +obj-y += firewire/ obj-y += ieee1394/ obj-$(CONFIG_UIO) += uio/ obj-y += cdrom/ |