]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kbuild: add misc targets, help, ubootrelease, ubootversion
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 24 Feb 2014 02:12:23 +0000 (11:12 +0900)
committerTom Rini <trini@ti.com>
Tue, 25 Feb 2014 16:01:29 +0000 (11:01 -0500)
commited1ca528aae1f3ae7400c5816e6d2cdb082ee785
tree90e2a545d05ec9e213e4dbabec5e1e0f63ea82c9
parent886d86e87d991dabcffdb98f71496b59c203e9cd
kbuild: add misc targets, help, ubootrelease, ubootversion

"help" target has been copied from Linux 3.13 and adjusted
for U-Boot.
Unlike Linux, cleaning is done on 4 levels:
clean, clobber, mrproper, distclean.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Makefile