aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/Makefile
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2010-07-05 09:31:29 -0400
committerTony Lindgren <tony@atomide.com>2010-07-05 09:31:29 -0400
commitb5e8905bcd7a794b667f6d5eabcb036f25358fdb (patch)
treef4e488d39bb59d57ca8cff6a45df29624fcd6049 /arch/arm/mach-omap2/Makefile
parentdba638d22d5af5486a861e08ab46e57abef7049a (diff)
omap: Move omap2 FS USB platform init code into mach-omap2/usb-fs.c
Move omap2 FS USB platform init code into mach-omap2/usb-fs.c. This will allow further work later on to use omap hwmod for initializing the device. Cc: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r--arch/arm/mach-omap2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
index 6c6d7c6f7ae..3b384188e28 100644
--- a/arch/arm/mach-omap2/Makefile
+++ b/arch/arm/mach-omap2/Makefile
@@ -149,6 +149,8 @@ obj-$(CONFIG_MACH_OMAP3517EVM) += board-am3517evm.o
149obj-$(CONFIG_MACH_SBC3530) += board-omap3stalker.o \ 149obj-$(CONFIG_MACH_SBC3530) += board-omap3stalker.o \
150 hsmmc.o 150 hsmmc.o
151# Platform specific device init code 151# Platform specific device init code
152usbfs-$(CONFIG_ARCH_OMAP_OTG) := usb-fs.o
153obj-y += $(usbfs-m) $(usbfs-y)
152obj-y += usb-musb.o 154obj-y += usb-musb.o
153obj-$(CONFIG_MACH_OMAP2_TUSB6010) += usb-tusb6010.o 155obj-$(CONFIG_MACH_OMAP2_TUSB6010) += usb-tusb6010.o
154obj-y += usb-ehci.o 156obj-y += usb-ehci.o