7d06f6f1c9d2118528fe976878e0ae7f12c1e4b8
[openwrt/openwrt.git] / target / linux / pistachio / patches-4.9 / 003-MIPS-DTS-add-img-directory-to-Makefile.patch
1 From a907fdeb3f057e4c4b3960ca864b460dc1fa687a Mon Sep 17 00:00:00 2001
2 From: Ian Pozella <Ian.Pozella@imgtec.com>
3 Date: Thu, 16 Feb 2017 10:42:22 +0000
4 Subject: MIPS: DTS: add img directory to Makefile
5
6 An img directory exists for the Pistchio Soc but the directory
7 itself isn't in the dts Makefile meaning the dtbs never get built.
8
9 Signed-off-by: Ian Pozella <Ian.Pozella@imgtec.com>
10 ---
11 arch/mips/boot/dts/Makefile | 1 +
12 1 file changed, 1 insertion(+)
13
14 diff --git a/arch/mips/boot/dts/Makefile b/arch/mips/boot/dts/Makefile
15 index fc7a0a9..b9db492 100644
16 --- a/arch/mips/boot/dts/Makefile
17 +++ b/arch/mips/boot/dts/Makefile
18 @@ -1,5 +1,6 @@
19 dts-dirs += brcm
20 dts-dirs += cavium-octeon
21 +dts-dirs += img
22 dts-dirs += ingenic
23 dts-dirs += lantiq
24 dts-dirs += mti
25 --
26 2.7.4
27