diff options
author | Justin Waters <justin.waters@timesys.com> | 2013-03-29 13:08:55 -0400 |
---|---|---|
committer | Justin Waters <justin.waters@timesys.com> | 2013-03-29 13:08:55 -0400 |
commit | 21ceb093d796e94500502eee94a8cd5fcc76f619 (patch) | |
tree | 8f3255c05b10b382a361e1eca47794b3485c2572 /arch/arm/plat-mxc/Makefile | |
parent | f962cbcefdfad22ffff41e19ad4c5ff58815c05c (diff) | |
parent | fcbe1245c34fa407ff20d6afd2f975e8f961a17b (diff) |
Merge branch '3.0-pcm052' of ssh://github.com/tsfs/Vybrid-Linux into 3.0-pcm0523.0-pcm052-ts2.1
Diffstat (limited to 'arch/arm/plat-mxc/Makefile')
-rwxr-xr-x | arch/arm/plat-mxc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/Makefile b/arch/arm/plat-mxc/Makefile index e2abb624f9d1..238788df23da 100755 --- a/arch/arm/plat-mxc/Makefile +++ b/arch/arm/plat-mxc/Makefile @@ -3,12 +3,14 @@ # # Common support -obj-y := clock.o time.o devices.o cpu.o system.o irq-common.o usb_common.o usb_wakeup.o +#obj-y := clock.o time.o devices.o cpu.o system.o irq-common.o usb_common.o usb_wakeup.o +obj-y := clock.o devices.o cpu.o system.o irq-common.o usb_common.o usb_wakeup.o ifdef CONFIG_ARCH_MVF obj-y += gpio-mvf.o else obj-y += gpio.o +obj-y += time.o endif # MX51 uses the TZIC interrupt controller, older platforms use AVIC |