aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/Makefile')
-rw-r--r--drivers/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index e3ced91b1784..7183b6af5dac 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -53,8 +53,8 @@ obj-y += gpu/
53obj-$(CONFIG_CONNECTOR) += connector/ 53obj-$(CONFIG_CONNECTOR) += connector/
54 54
55# i810fb and intelfb depend on char/agp/ 55# i810fb and intelfb depend on char/agp/
56obj-$(CONFIG_FB_I810) += video/i810/ 56obj-$(CONFIG_FB_I810) += video/fbdev/i810/
57obj-$(CONFIG_FB_INTEL) += video/intelfb/ 57obj-$(CONFIG_FB_INTEL) += video/fbdev/intelfb/
58 58
59obj-$(CONFIG_PARPORT) += parport/ 59obj-$(CONFIG_PARPORT) += parport/
60obj-y += base/ block/ misc/ mfd/ nfc/ 60obj-y += base/ block/ misc/ mfd/ nfc/
@@ -119,7 +119,7 @@ obj-$(CONFIG_SGI_SN) += sn/
119obj-y += firmware/ 119obj-y += firmware/
120obj-$(CONFIG_CRYPTO) += crypto/ 120obj-$(CONFIG_CRYPTO) += crypto/
121obj-$(CONFIG_SUPERH) += sh/ 121obj-$(CONFIG_SUPERH) += sh/
122obj-$(CONFIG_ARCH_SHMOBILE_LEGACY) += sh/ 122obj-$(CONFIG_ARCH_SHMOBILE) += sh/
123ifndef CONFIG_ARCH_USES_GETTIMEOFFSET 123ifndef CONFIG_ARCH_USES_GETTIMEOFFSET
124obj-y += clocksource/ 124obj-y += clocksource/
125endif 125endif