diff options
| author | Paul Mundt <lethal@linux-sh.org> | 2010-08-16 00:32:24 -0400 |
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2010-08-16 00:32:24 -0400 |
| commit | bbcf6e8b66ab2fb5ddab4d0fe40c2e6a5ebe5301 (patch) | |
| tree | 071fa9f86dc04a16570be367d04cff3b00c694ad /drivers/Makefile | |
| parent | 57682827b9a5edb52e33af0be9082b51bffcd5c7 (diff) | |
| parent | da5cabf80e2433131bf0ed8993abc0f7ea618c73 (diff) | |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts:
arch/sh/include/asm/Kbuild
drivers/Makefile
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/Makefile')
| -rw-r--r-- | drivers/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index b713e75cee7..0861aa554df 100644 --- a/drivers/Makefile +++ b/drivers/Makefile | |||
| @@ -102,7 +102,9 @@ obj-y += firmware/ | |||
| 102 | obj-$(CONFIG_CRYPTO) += crypto/ | 102 | obj-$(CONFIG_CRYPTO) += crypto/ |
| 103 | obj-$(CONFIG_SUPERH) += sh/ | 103 | obj-$(CONFIG_SUPERH) += sh/ |
| 104 | obj-$(CONFIG_ARCH_SHMOBILE) += sh/ | 104 | obj-$(CONFIG_ARCH_SHMOBILE) += sh/ |
| 105 | obj-$(CONFIG_GENERIC_TIME) += clocksource/ | 105 | ifndef CONFIG_ARCH_USES_GETTIMEOFFSET |
| 106 | obj-y += clocksource/ | ||
| 107 | endif | ||
| 106 | obj-$(CONFIG_DCA) += dca/ | 108 | obj-$(CONFIG_DCA) += dca/ |
| 107 | obj-$(CONFIG_HID) += hid/ | 109 | obj-$(CONFIG_HID) += hid/ |
| 108 | obj-$(CONFIG_PPC_PS3) += ps3/ | 110 | obj-$(CONFIG_PPC_PS3) += ps3/ |
