X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=drivers%2FMakefile;h=a2aea53a75ed9fdf99058f9676429c84104c2f27;hb=881f47b64723f4d697084533491a489e3e74b10f;hp=91874e048552364280d7905aa817e957be2f9c48;hpb=8fa76f7e61ef4e5bc97207143ea4e198b22487bc;p=linux-2.6-block.git diff --git a/drivers/Makefile b/drivers/Makefile index 91874e048552..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/ @@ -101,7 +101,9 @@ obj-y += firmware/ obj-$(CONFIG_CRYPTO) += crypto/ obj-$(CONFIG_SUPERH) += sh/ obj-$(CONFIG_ARCH_SHMOBILE) += sh/ -obj-$(CONFIG_GENERIC_TIME) += clocksource/ +ifndef CONFIG_ARCH_USES_GETTIMEOFFSET +obj-y += clocksource/ +endif obj-$(CONFIG_DMA_ENGINE) += dma/ obj-$(CONFIG_DCA) += dca/ obj-$(CONFIG_HID) += hid/