Build all available dtbs to allow them to be appended to the resulting
kernel in case there is no builtin dtb.

Signed-off-by: Jonas Gorski <[email protected]>
---
 arch/mips/boot/dts/brcm/Makefile |   13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/arch/mips/boot/dts/brcm/Makefile b/arch/mips/boot/dts/brcm/Makefile
index 1c8353b..c641216 100644
--- a/arch/mips/boot/dts/brcm/Makefile
+++ b/arch/mips/boot/dts/brcm/Makefile
@@ -10,6 +10,19 @@ dtb-$(CONFIG_DT_BCM97362SVMB)                += 
bcm97362svmb.dtb
 dtb-$(CONFIG_DT_BCM97420C)             += bcm97420c.dtb
 dtb-$(CONFIG_DT_BCM97425SVMB)          += bcm97425svmb.dtb
 
+dtb-$(CONFIG_DT_NONE)                  += \
+                                               bcm93384wvg.dtb         \
+                                               bcm93384wvg_viper.dtb   \
+                                               bcm96368mvwg.dtb        \
+                                               bcm9ejtagprb.dtb        \
+                                               bcm97125cbmb.dtb        \
+                                               bcm97346dbsmb.dtb       \
+                                               bcm97358svmb.dtb        \
+                                               bcm97360svmb.dtb        \
+                                               bcm97362svmb.dtb        \
+                                               bcm97420c.dtb           \
+                                               bcm97425svmb.dtb
+
 obj-y                          += $(patsubst %.dtb, %.dtb.o, $(dtb-y))
 
 # Force kbuild to make empty built-in.o if necessary
-- 
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to