diff options
author | Tony Lindgren <tony@atomide.com> | 2010-07-05 09:31:29 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-07-05 09:31:29 -0400 |
commit | b5e8905bcd7a794b667f6d5eabcb036f25358fdb (patch) | |
tree | f4e488d39bb59d57ca8cff6a45df29624fcd6049 /arch/arm/mach-omap2/Makefile | |
parent | dba638d22d5af5486a861e08ab46e57abef7049a (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/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 6c6d7c6f7aee..3b384188e28e 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -149,6 +149,8 @@ obj-$(CONFIG_MACH_OMAP3517EVM) += board-am3517evm.o | |||
149 | obj-$(CONFIG_MACH_SBC3530) += board-omap3stalker.o \ | 149 | obj-$(CONFIG_MACH_SBC3530) += board-omap3stalker.o \ |
150 | hsmmc.o | 150 | hsmmc.o |
151 | # Platform specific device init code | 151 | # Platform specific device init code |
152 | usbfs-$(CONFIG_ARCH_OMAP_OTG) := usb-fs.o | ||
153 | obj-y += $(usbfs-m) $(usbfs-y) | ||
152 | obj-y += usb-musb.o | 154 | obj-y += usb-musb.o |
153 | obj-$(CONFIG_MACH_OMAP2_TUSB6010) += usb-tusb6010.o | 155 | obj-$(CONFIG_MACH_OMAP2_TUSB6010) += usb-tusb6010.o |
154 | obj-y += usb-ehci.o | 156 | obj-y += usb-ehci.o |