diff options
author | Jason Cooper <jason@lakedaemon.net> | 2014-07-24 23:10:02 +0000 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-07-24 23:10:02 +0000 |
commit | 54ef3fe6970b040e9b6d1fc7f64f8dcab5cfb743 (patch) | |
tree | 924613494fac61514c0fc806920ed5032f2322a6 /arch/arm/mach-mvebu/Makefile | |
parent | b03e119fff8a06f55faaaa11c6259829fe81cbb4 (diff) | |
parent | e53b1fd432497942a0fdfd0e89c3d30241cb4d2c (diff) |
Merge branch 'mvebu/soc-cpuidle' into mvebu/soc
Conflicts:
arch/arm/mach-mvebu/pmsu.c
Diffstat (limited to 'arch/arm/mach-mvebu/Makefile')
-rw-r--r-- | arch/arm/mach-mvebu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mvebu/Makefile b/arch/arm/mach-mvebu/Makefile index 90bcd5327312..bc7689e530a4 100644 --- a/arch/arm/mach-mvebu/Makefile +++ b/arch/arm/mach-mvebu/Makefile @@ -7,7 +7,7 @@ CFLAGS_pmsu.o := -march=armv7-a obj-y += system-controller.o mvebu-soc-id.o ifeq ($(CONFIG_MACH_MVEBU_V7),y) -obj-y += cpu-reset.o board-v7.o coherency.o coherency_ll.o pmsu.o +obj-y += cpu-reset.o board-v7.o coherency.o coherency_ll.o pmsu.o pmsu_ll.o obj-$(CONFIG_SMP) += platsmp.o headsmp.o platsmp-a9.o headsmp-a9.o endif |