kbuild: fix bugs in cleaning targets
"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>
This commit is contained in:
committed by
Tom Rini
parent
5a449d75bc
commit
6bd04bb487
@@ -44,4 +44,4 @@ dtbs: $(obj)/dt.dtb
|
||||
clean-files := dt.dtb.S
|
||||
|
||||
# Let clean descend into dts directories
|
||||
subdir- += ../arch/*/dts
|
||||
subdir- += ../arch/arm/dts ../arch/microblaze/dts ../arch/sandbox/dts ../arch/x86/dts
|
||||
|
||||
Reference in New Issue
Block a user