commit | 344db3f3307de7c852a0d112c4553a1161c108e7 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Mar 14 14:58:35 2019 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 22 12:15:12 2019 -0400 |
tree | 76e2150dd849f1f120079d24cb6c35e5b584d5bd | |
parent | 680207a1c59bd678c6e56473c70326b4c50a7abf [diff] |
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>