diff options
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 3935a359e7e9..516477ee5690 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -58,3 +58,9 @@ obj-$(CONFIG_MACH_NOKIA_RX51) += board-rx51.o \ | |||
58 | 58 | ||
59 | # Platform specific device init code | 59 | # Platform specific device init code |
60 | obj-y += usb-musb.o | 60 | obj-y += usb-musb.o |
61 | |||
62 | onenand-$(CONFIG_MTD_ONENAND_OMAP2) := gpmc-onenand.o | ||
63 | obj-y += $(onenand-m) $(onenand-y) | ||
64 | |||
65 | smc91x-$(CONFIG_SMC91X) := gpmc-smc91x.o | ||
66 | obj-y += $(smc91x-m) $(smc91x-y) | ||