diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-04-20 15:02:45 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-04-26 02:56:37 +0300 |
commit | 9af1dbcc3028e1de8cac2d7e32345965353edde0 (patch) | |
tree | 5a2e8ca83496d2b1d730868305b9c793fab11dc1 /drivers/soc/renesas/Makefile | |
parent | a247eb93ef73b56aab68c47608245e2b4a713585 (diff) | |
download | linux-9af1dbcc3028e1de8cac2d7e32345965353edde0.tar.xz |
soc: renesas: rcar-sysc: Add support for R-Car E2 power areas
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'drivers/soc/renesas/Makefile')
-rw-r--r-- | drivers/soc/renesas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/renesas/Makefile b/drivers/soc/renesas/Makefile index c6c4ce7ef8a1..b328205fef36 100644 --- a/drivers/soc/renesas/Makefile +++ b/drivers/soc/renesas/Makefile @@ -3,4 +3,4 @@ obj-$(CONFIG_ARCH_R8A7790) += rcar-sysc.o r8a7790-sysc.o obj-$(CONFIG_ARCH_R8A7791) += rcar-sysc.o r8a7791-sysc.o # R-Car M2-N is identical to R-Car M2-W w.r.t. power domains. obj-$(CONFIG_ARCH_R8A7793) += rcar-sysc.o r8a7791-sysc.o -obj-$(CONFIG_ARCH_R8A7794) += rcar-sysc.o +obj-$(CONFIG_ARCH_R8A7794) += rcar-sysc.o r8a7794-sysc.o |