diff options
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 10c0539c4b01..6e348e528f8d 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -26,6 +26,9 @@ obj-$(CONFIG_ARCH_OMAP2420) += sram242x.o | |||
26 | obj-$(CONFIG_ARCH_OMAP2430) += sram243x.o | 26 | obj-$(CONFIG_ARCH_OMAP2430) += sram243x.o |
27 | obj-$(CONFIG_ARCH_OMAP3) += sram34xx.o | 27 | obj-$(CONFIG_ARCH_OMAP3) += sram34xx.o |
28 | 28 | ||
29 | # Pin multiplexing | ||
30 | obj-$(CONFIG_ARCH_OMAP3) += mux34xx.o | ||
31 | |||
29 | # SMS/SDRC | 32 | # SMS/SDRC |
30 | obj-$(CONFIG_ARCH_OMAP2) += sdrc2xxx.o | 33 | obj-$(CONFIG_ARCH_OMAP2) += sdrc2xxx.o |
31 | # obj-$(CONFIG_ARCH_OMAP3) += sdrc3xxx.o | 34 | # obj-$(CONFIG_ARCH_OMAP3) += sdrc3xxx.o |