diff options
author | Frank Li <Frank.Li@freescale.com> | 2010-04-06 17:07:14 +0800 |
---|---|---|
committer | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-05-25 11:20:20 +0200 |
commit | 403b3c9cdf8991f2b6f6f56316d2e02aafb457b8 (patch) | |
tree | da311b04b60e8320dd969c740528407946415786 /arch | |
parent | 9cfe7d72bfc2e7fbff359993a5b51dcaf65633e4 (diff) |
ENGR00122281 Fix MX23 build fail when disable usb
Fix build fail when not chosen usb at config
Signed-off-by: Frank Li <Frank.Li@freescale.com>
Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/plat-mxs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/plat-mxs/Makefile b/arch/arm/plat-mxs/Makefile index 07cf095a6bc6..2c271285bdfd 100644 --- a/arch/arm/plat-mxs/Makefile +++ b/arch/arm/plat-mxs/Makefile @@ -2,7 +2,7 @@ # Makefile for the linux kernel. # # Object file lists. -obj-y += core.o clock.o pinctrl.o device.o timer-nomatch.o +obj-y += core.o clock.o pinctrl.o device.o timer-nomatch.o usb_common.o obj-$(CONFIG_MXS_TIMER_WITH_MACH) += timer-match.o obj-$(CONFIG_IRAM_ALLOC) += iram.o @@ -11,8 +11,8 @@ obj-$(CONFIG_GENERIC_GPIO) += gpio.o obj-$(CONFIG_MXS_ICOLL) += icoll.o obj-$(CONFIG_MXS_DMA_ENGINE) += dmaengine.o dma-apbh.o dma-apbx.o -obj-$(CONFIG_ARCH_MXS) += utmixc.o -obj-$(CONFIG_ARCH_MXS) += usb_common.o + +obj-$(CONFIG_USB_SUPPORT) += utmixc.o obj-$(CONFIG_MXS_LRADC) += lradc.o # Power Management |