Searched hist:"4 e70b646" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/sh/boot/ |
H A D | Makefile | 4e70b646 Thu Sep 16 03:43:53 CDT 2021 Geert Uytterhoeven <geert+renesas@glider.be> sh: Add missing FORCE prerequisites in Makefile
make:
arch/sh/boot/Makefile:87: FORCE prerequisite is missing
Add the missing FORCE prerequisites for all build targets identified by "make help".
Fixes: e1f86d7b4b2a5213 ("kbuild: warn if FORCE is missing for if_changed(_dep,_rule) and filechk") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|