aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Pozella <Ian.Pozella@imgtec.com>2017-02-16 07:33:30 -0500
committerJames Hogan <james.hogan@imgtec.com>2017-02-17 06:16:46 -0500
commit650a2b29cd4aeff6e4d27d823c5f0dcea6566c8b (patch)
treec0e5d4feb6d40c966f06699a88e663ef3bc863a0
parentb617649468390713db1515ea79fc772d2eb897a8 (diff)
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>
-rw-r--r--arch/mips/boot/dts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/Makefile b/arch/mips/boot/dts/Makefile
index fc7a0a98e9bf..b9db49203e0c 100644
--- a/arch/mips/boot/dts/Makefile
+++ b/arch/mips/boot/dts/Makefile
@@ -1,5 +1,6 @@
1dts-dirs += brcm 1dts-dirs += brcm
2dts-dirs += cavium-octeon 2dts-dirs += cavium-octeon
3dts-dirs += img
3dts-dirs += ingenic 4dts-dirs += ingenic
4dts-dirs += lantiq 5dts-dirs += lantiq
5dts-dirs += mti 6dts-dirs += mti