diff options
author | Russell Robinson Jr <rrobinson@phytec.com> | 2013-02-21 15:14:59 -0800 |
---|---|---|
committer | Russell Robinson Jr <rrobinson@phytec.com> | 2013-03-14 17:37:37 -0700 |
commit | 58b87cfa999fdcc9ea6ce966f0a1cd96071e4b3a (patch) | |
tree | f1926676699c6eb1e7c5dce1e8145af83d4bd567 /arch/arm/mach-mvf/Makefile | |
parent | 89df1897f9e305288503bccac1b7de0c196dca48 (diff) |
Initial changes to support mcc and i2c semaphore for ping pong demoPD13.0.2
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
Diffstat (limited to 'arch/arm/mach-mvf/Makefile')
-rw-r--r-- | arch/arm/mach-mvf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mvf/Makefile b/arch/arm/mach-mvf/Makefile index fad70a4a9dc7..3128d4288c3d 100644 --- a/arch/arm/mach-mvf/Makefile +++ b/arch/arm/mach-mvf/Makefile @@ -3,7 +3,7 @@ # # Object file lists. -obj-y := cpu.o mm.o system.o devices.o dummy_gpio.o irq.o bus_freq.o mvf_fec.o usb_dr.o usb_dr2.o pm.o +obj-y := cpu.o mm.o system.o devices.o dummy_gpio.o irq.o bus_freq.o mvf_fec.o usb_dr.o usb_dr2.o pm.o mvf_sema4.o obj-y += l2switch.o obj-$(CONFIG_ARCH_MVFA5) += clock.o mvf_suspend.o |