commit | 7d0e5c2056c70ff443188b6e603b6254af1304cc | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Dec 05 20:28:04 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Dec 17 00:33:14 2018 +0900 |
tree | 10d0d19b490e2057d3c104e442d7fb56a05f7232 | |
parent | c7fe060885c4c0b78934c3d7507aa5e68de4099f [diff] |
kbuild: refactor Makefile.asm-generic - Use conventional $(MAKE) $(asm-generic)=<dir> style for directory descending - Remove unneeded FORCE since "all" is a phony target - Remove unneeded "_dummy :=" assignment - Skip $(shell mkdir ...) when headers exist in the directory - Misc cleanups Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Sam Ravnborg <sam@ravnborg.org>