diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-03-13 23:19:19 (GMT) |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2012-07-12 00:58:47 (GMT) |
commit | 8d4d9f52081cd45bde42b9452eba95f38feb7dae (patch) | |
tree | 81b614f5f842150c910737a9e1f5414de3b49b4b /arch/arm/mach-highbank/Makefile | |
parent | 260b6aa03edd87a3a85c137e7b95305d9eb40485 (diff) | |
download | linux-8d4d9f52081cd45bde42b9452eba95f38feb7dae.tar.xz |
clk: add highbank clock support
This adds real clock support to Calxeda Highbank SOC using the common
clock infrastructure.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
[mturquette@linaro.org: fixed up invalid writes to const struct member]
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'arch/arm/mach-highbank/Makefile')
-rw-r--r-- | arch/arm/mach-highbank/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-highbank/Makefile b/arch/arm/mach-highbank/Makefile index ded4652..3ec8bdd 100644 --- a/arch/arm/mach-highbank/Makefile +++ b/arch/arm/mach-highbank/Makefile @@ -1,4 +1,4 @@ -obj-y := clock.o highbank.o system.o smc.o +obj-y := highbank.o system.o smc.o plus_sec := $(call as-instr,.arch_extension sec,+sec) AFLAGS_smc.o :=-Wa,-march=armv7-a$(plus_sec) |