diff options
author | Ulrich Hecht <ulrich.hecht+renesas@gmail.com> | 2014-09-04 16:02:28 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-09-05 17:23:49 +0900 |
commit | 5923abb205e05773e0bb16c7ca4c0b41dbeec40e (patch) | |
tree | c3cb80c143b3319565538b0a9cdb23304b1784e0 /arch/arm/mach-shmobile/Makefile | |
parent | 0dc50fd3dc4a70d0d317103188c129d378125643 (diff) | |
download | blackbird-op-linux-5923abb205e05773e0bb16c7ca4c0b41dbeec40e.tar.gz blackbird-op-linux-5923abb205e05773e0bb16c7ca4c0b41dbeec40e.zip |
ARM: shmobile: Initial r8a7794 SoC support
Initial support for the r8a7794 SoC, based on work by Hisashi Nakamura.
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/Makefile')
-rw-r--r-- | arch/arm/mach-shmobile/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile index a6a1dc0335ae..6b61d69bdd79 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile @@ -15,6 +15,7 @@ obj-$(CONFIG_ARCH_R8A7779) += setup-r8a7779.o obj-$(CONFIG_ARCH_R8A7790) += setup-r8a7790.o obj-$(CONFIG_ARCH_R8A7790) += setup-r8a7790.o setup-rcar-gen2.o obj-$(CONFIG_ARCH_R8A7791) += setup-r8a7791.o setup-rcar-gen2.o +obj-$(CONFIG_ARCH_R8A7794) += setup-r8a7794.o obj-$(CONFIG_ARCH_EMEV2) += setup-emev2.o obj-$(CONFIG_ARCH_R7S72100) += setup-r7s72100.o |