Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-11 | kbuild: Wrap long "make help" text lines | Geert Uytterhoeven | |
Some "make help" text lines extend beyond 80 characters. Wrap them before an opening parenthesis, or before 80 characters. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> | |||
2019-08-25 | kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.package | Masahiro Yamada | |
scripts/package/Makefile does not use $(obj) or $(src) at all. It actually generates files and directories in the top of $(objtree). I do not see much sense in descending into scripts/package/. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> |