Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | kbuild: fix bugs in cleaning targets | Masahiro Yamada | 2014-03-28 | -1/+2 |
| | | | | | | | | | "make clean", "make clobber", "make mrproper" and "make distclean" missed to clean-up some files when they were run with O=<some_dir> option. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Reported-by: Wolfgang Denk <wd@denx.de> | |||
* | kbuild: use scripts/Makefile.clean | Masahiro Yamada | 2014-02-19 | -0/+4 |
| | | | | | | | | | | | | | | 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 <yamada.m@jp.panasonic.com> | |||
* | kbuild: import more build scripts from Linux v3.13 tag | Masahiro Yamada | 2014-02-19 | -0/+104 |
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 <yamada.m@jp.panasonic.com> |