diff options
author | Ulrich Hecht <ulrich.hecht+renesas@gmail.com> | 2015-06-01 16:22:54 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-07-06 02:37:23 +0200 |
commit | ec60d95b4faccd61c7ce10316ebc9333f2d7674a (patch) | |
tree | 55d4dca5f5752539b747da09c207d92c51823d42 /arch/arm/mach-shmobile/Makefile | |
parent | Linux 4.2-rc1 (diff) | |
download | linux-ec60d95b4faccd61c7ce10316ebc9333f2d7674a.tar.xz linux-ec60d95b4faccd61c7ce10316ebc9333f2d7674a.zip |
ARM: shmobile: Basic r8a7793 SoC support
Minimal support without power management or SMP.
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
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 89e463de4479..e4b8fdbf6c96 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile @@ -13,6 +13,7 @@ obj-$(CONFIG_ARCH_R8A7778) += setup-r8a7778.o obj-$(CONFIG_ARCH_R8A7779) += setup-r8a7779.o pm-r8a7779.o obj-$(CONFIG_ARCH_R8A7790) += setup-r8a7790.o obj-$(CONFIG_ARCH_R8A7791) += setup-r8a7791.o +obj-$(CONFIG_ARCH_R8A7793) += setup-r8a7793.o obj-$(CONFIG_ARCH_R8A7794) += setup-r8a7794.o obj-$(CONFIG_ARCH_EMEV2) += setup-emev2.o obj-$(CONFIG_ARCH_R7S72100) += setup-r7s72100.o |