diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-11-30 16:49:22 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-11-30 16:49:22 +0100 |
commit | bc28ba81db8e4c20b92c08ebec2405fcb87ae120 (patch) | |
tree | da9e72c46a9df0cd40cfd6a7a443d5a632865721 /drivers/soc/renesas/Makefile | |
parent | ae1d0a466ef76e1ff5058e2b316c14f46af83675 (diff) | |
parent | 8d6799a9ba23acd675f3243580ee6f1756fb4381 (diff) | |
download | talos-obmc-linux-bc28ba81db8e4c20b92c08ebec2405fcb87ae120.tar.gz talos-obmc-linux-bc28ba81db8e4c20b92c08ebec2405fcb87ae120.zip |
Merge tag 'renesas-soc-match-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/drivers
Merge "Renesas ARM Based SoC Match Updates for v4.10" from Simon Horman:
* Identify SoC and register with the SoC bus
* tag 'renesas-soc-match-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
soc: renesas: Identify SoC and register with the SoC bus
ARM: shmobile: Document DT bindings for Product Register
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/soc/renesas/Makefile')
-rw-r--r-- | drivers/soc/renesas/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/soc/renesas/Makefile b/drivers/soc/renesas/Makefile index e2249f01b2de..91c42b34705f 100644 --- a/drivers/soc/renesas/Makefile +++ b/drivers/soc/renesas/Makefile @@ -1,3 +1,5 @@ +obj-$(CONFIG_SOC_BUS) += renesas-soc.o + obj-$(CONFIG_ARCH_R8A7743) += rcar-sysc.o r8a7743-sysc.o obj-$(CONFIG_ARCH_R8A7745) += rcar-sysc.o r8a7745-sysc.o obj-$(CONFIG_ARCH_R8A7779) += rcar-sysc.o r8a7779-sysc.o |