mirror of
https://xff.cz/git/u-boot/
synced 2026-01-06 13:39:18 +01:00
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>
3 lines
50 B
Makefile
3 lines
50 B
Makefile
# Let clean descend into subdirs
|
|
subdir- += basic
|