diff options
Diffstat (limited to 'arch/arm/plat-samsung/Makefile')
-rw-r--r-- | arch/arm/plat-samsung/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/plat-samsung/Makefile b/arch/arm/plat-samsung/Makefile index 199bbe304d02..498c7c23e9f4 100644 --- a/arch/arm/plat-samsung/Makefile +++ b/arch/arm/plat-samsung/Makefile | |||
@@ -12,15 +12,12 @@ obj- := | |||
12 | # Objects we always build independent of SoC choice | 12 | # Objects we always build independent of SoC choice |
13 | 13 | ||
14 | obj-y += init.o cpu.o | 14 | obj-y += init.o cpu.o |
15 | obj-$(CONFIG_SAMSUNG_HRT) += samsung-time.o | ||
16 | 15 | ||
17 | obj-$(CONFIG_SAMSUNG_CLOCK) += clock.o | 16 | obj-$(CONFIG_SAMSUNG_CLOCK) += clock.o |
18 | obj-$(CONFIG_SAMSUNG_CLOCK) += pwm-clock.o | ||
19 | 17 | ||
20 | obj-$(CONFIG_SAMSUNG_CLKSRC) += clock-clksrc.o | 18 | obj-$(CONFIG_SAMSUNG_CLKSRC) += clock-clksrc.o |
21 | obj-$(CONFIG_S5P_CLOCK) += s5p-clock.o | 19 | obj-$(CONFIG_S5P_CLOCK) += s5p-clock.o |
22 | 20 | ||
23 | obj-$(CONFIG_SAMSUNG_IRQ_VIC_TIMER) += irq-vic-timer.o | ||
24 | obj-$(CONFIG_S5P_IRQ) += s5p-irq.o | 21 | obj-$(CONFIG_S5P_IRQ) += s5p-irq.o |
25 | obj-$(CONFIG_S5P_EXT_INT) += s5p-irq-eint.o | 22 | obj-$(CONFIG_S5P_EXT_INT) += s5p-irq-eint.o |
26 | obj-$(CONFIG_S5P_GPIO_INT) += s5p-irq-gpioint.o | 23 | obj-$(CONFIG_S5P_GPIO_INT) += s5p-irq-gpioint.o |