-
- Downloads
kbuild: use scripts/Makefile.clean
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>
Showing
- Makefile 96 additions, 82 deletionsMakefile
- arch/blackfin/cpu/Makefile 1 addition, 0 deletionsarch/blackfin/cpu/Makefile
- board/cray/L1/Makefile 2 additions, 0 deletionsboard/cray/L1/Makefile
- dts/Makefile 6 additions, 6 deletionsdts/Makefile
- scripts/Makefile 2 additions, 0 deletionsscripts/Makefile
- scripts/Makefile.clean 4 additions, 0 deletionsscripts/Makefile.clean
Loading
Please register or sign in to comment