diff options
Diffstat (limited to 'arch/arm/plat-omap/Makefile')
-rw-r--r-- | arch/arm/plat-omap/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/plat-omap/Makefile b/arch/arm/plat-omap/Makefile index 6d87532871cd..961bf859bc0c 100644 --- a/arch/arm/plat-omap/Makefile +++ b/arch/arm/plat-omap/Makefile | |||
@@ -10,9 +10,7 @@ obj-n := | |||
10 | obj- := | 10 | obj- := |
11 | 11 | ||
12 | # omap_device support (OMAP2+ only at the moment) | 12 | # omap_device support (OMAP2+ only at the moment) |
13 | obj-$(CONFIG_ARCH_OMAP2) += omap_device.o | 13 | obj-$(CONFIG_ARCH_OMAP2PLUS) += omap_device.o |
14 | obj-$(CONFIG_ARCH_OMAP3) += omap_device.o | ||
15 | obj-$(CONFIG_ARCH_OMAP4) += omap_device.o | ||
16 | 14 | ||
17 | obj-$(CONFIG_OMAP_DM_TIMER) += dmtimer.o | 15 | obj-$(CONFIG_OMAP_DM_TIMER) += dmtimer.o |
18 | obj-$(CONFIG_OMAP_DEBUG_DEVICES) += debug-devices.o | 16 | obj-$(CONFIG_OMAP_DEBUG_DEVICES) += debug-devices.o |