| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-19 | kbuild: use scripts/Makefile.clean | Masahiro Yamada | |
| This commit refactors cleaning targets such as clean, clobber, mrpropper, distclean with scripts/Makefile.clean. By using scripts/Makefile.clean, we can recursively descend into subdirectories and delete generated files there. We do not need add a big list of generated files to the "clean" target. Signed-off-by: Masahiro Yamada <[email protected]> | |||
| 2014-02-19 | kbuild: import more build scripts from Linux v3.13 tag | Masahiro Yamada | |
| This commit imports build scripts from Linux Kernel v3.13 as they are. I know they include some trailing spaces but I am intentionally keeping them untouched. Signed-off-by: Masahiro Yamada <[email protected]> | |||
