diff options
author | Tony Lindgren <tony@atomide.com> | 2010-07-05 13:31:29 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-07-05 13:31:29 (GMT) |
commit | b5e8905bcd7a794b667f6d5eabcb036f25358fdb (patch) | |
tree | f4e488d39bb59d57ca8cff6a45df29624fcd6049 /arch/arm/mach-omap2/Makefile | |
parent | dba638d22d5af5486a861e08ab46e57abef7049a (diff) | |
download | linux-b5e8905bcd7a794b667f6d5eabcb036f25358fdb.tar.xz |
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 6c6d7c6..3b38418 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -149,6 +149,8 @@ obj-$(CONFIG_MACH_OMAP3517EVM) += board-am3517evm.o obj-$(CONFIG_MACH_SBC3530) += board-omap3stalker.o \ hsmmc.o # Platform specific device init code +usbfs-$(CONFIG_ARCH_OMAP_OTG) := usb-fs.o +obj-y += $(usbfs-m) $(usbfs-y) obj-y += usb-musb.o obj-$(CONFIG_MACH_OMAP2_TUSB6010) += usb-tusb6010.o obj-y += usb-ehci.o |