mips: add missing dtb-y to arch/mips/dts/Makefile
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 14 Mar 2019 05:58:35 +0000 (14:58 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 22 Mar 2019 16:15:12 +0000 (12:15 -0400)
commit344db3f3307de7c852a0d112c4553a1161c108e7
tree76e2150dd849f1f120079d24cb6c35e5b584d5bd
parent680207a1c59bd678c6e56473c70326b4c50a7abf
mips: add missing dtb-y to arch/mips/dts/Makefile

Since commit 27cb7300ffda ("Ensure device tree DTS is compiled"),
build succeeds irrespective of the correctness of Makefile.

In fact, you can compile any defconfig without adding any entry in
arch/*/dts/Makefile.

I am going to revert that commit, so device tree must be explicitly
listed in Makefile.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/dts/Makefile