]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kbuild: fix bugs in cleaning targets
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 28 Mar 2014 05:55:02 +0000 (14:55 +0900)
committerTom Rini <trini@ti.com>
Fri, 28 Mar 2014 19:06:32 +0000 (15:06 -0400)
commit6bd04bb48715dc8e8f6d1a3389f886698bba0dc0
treeb29a23e12167974244d4a6823cb56698dbd162bb
parent5a449d75bca1e8798571cb04093553593e5ed73e
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>
Makefile
dts/Makefile
scripts/Makefile.clean