diff options
author | Ian Pozella <Ian.Pozella@imgtec.com> | 2017-02-16 12:33:30 +0000 |
---|---|---|
committer | James Hogan <james.hogan@imgtec.com> | 2017-02-17 11:16:46 +0000 |
commit | 650a2b29cd4aeff6e4d27d823c5f0dcea6566c8b (patch) | |
tree | c0e5d4feb6d40c966f06699a88e663ef3bc863a0 /arch/mips/boot | |
parent | b617649468390713db1515ea79fc772d2eb897a8 (diff) | |
download | op-kernel-dev-650a2b29cd4aeff6e4d27d823c5f0dcea6566c8b.zip op-kernel-dev-650a2b29cd4aeff6e4d27d823c5f0dcea6566c8b.tar.gz |
MIPS: DTS: Add img directory to Makefile
An img directory exists for the Pistchio SoC device tree but the
directory itself isn't in the dts Makefile meaning the dtbs never get
built.
Fixes: daa10170da27 ("MIPS: DTS: img: add device tree for Marduk board")
Signed-off-by: Ian Pozella <Ian.Pozella@imgtec.com>
Reviewed-by: Rahul Bedarkar <Rahul.Bedarkar@imgtec.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/15309/
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Diffstat (limited to 'arch/mips/boot')
-rw-r--r-- | arch/mips/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/Makefile b/arch/mips/boot/dts/Makefile index fc7a0a9..b9db492 100644 --- a/arch/mips/boot/dts/Makefile +++ b/arch/mips/boot/dts/Makefile @@ -1,5 +1,6 @@ dts-dirs += brcm dts-dirs += cavium-octeon +dts-dirs += img dts-dirs += ingenic dts-dirs += lantiq dts-dirs += mti |