diff options
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index e4f6f61c40e7..4cdb31801d2f 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -53,7 +53,9 @@ obj-$(CONFIG_MACH_OMAP_3430SDP) += board-3430sdp.o \ | |||
53 | obj-$(CONFIG_MACH_NOKIA_RX51) += board-rx51.o \ | 53 | obj-$(CONFIG_MACH_NOKIA_RX51) += board-rx51.o \ |
54 | board-rx51-peripherals.o \ | 54 | board-rx51-peripherals.o \ |
55 | mmc-twl4030.o | 55 | mmc-twl4030.o |
56 | 56 | obj-$(CONFIG_MACH_OMAP_ZOOM2) += board-zoom2.o \ | |
57 | mmc-twl4030.o \ | ||
58 | board-zoom-debugboard.o | ||
57 | # Platform specific device init code | 59 | # Platform specific device init code |
58 | ifeq ($(CONFIG_USB_MUSB_SOC),y) | 60 | ifeq ($(CONFIG_USB_MUSB_SOC),y) |
59 | obj-y += usb-musb.o | 61 | obj-y += usb-musb.o |