diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-04-26 17:58:41 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-08 16:36:35 +0400 |
commit | 21cc1b7ede3cf456cf1d51f8a906093261f7c111 (patch) | |
tree | a0e6b7cb4408bba43676db16c910edabe65ea7ce /arch/arm/mach-shmobile/Makefile | |
parent | 7fea1ba58e61c17fb59dfc50c408945f307addc6 (diff) | |
download | linux-21cc1b7ede3cf456cf1d51f8a906093261f7c111.tar.xz |
ARM: shmobile: use machine specific hook for late init
Cc: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Magnus Damm <damm@opensource.se>
Acked-by: "Rafael J. Wysocki" <rjw@sisk.pl>
Diffstat (limited to 'arch/arm/mach-shmobile/Makefile')
-rw-r--r-- | arch/arm/mach-shmobile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile index e7c2590b75d9..93d62fb215b7 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile @@ -3,7 +3,7 @@ # # Common objects -obj-y := timer.o console.o clock.o +obj-y := timer.o console.o clock.o common.o # CPU objects obj-$(CONFIG_ARCH_SH7367) += setup-sh7367.o clock-sh7367.o intc-sh7367.o |