commit | b012d47d31accb6241316f668d186537a7534405 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Tue Feb 04 17:24:43 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Wed Feb 19 11:10:04 2014 -0500 |
tree | 3cf9477dc51fcf69c6c7be58e02595d41d68bc04 | |
parent | 4c85768426721f17327b38666ff701052d1fbafd [diff] |
board: sandburst: delete FORCEBUILD We had switched to Kbuild, so we do not need to delete sandburst board files at every build. U-Boot conventional build system did not check the update of command line option, -DBUILDUSER. Kbuild can handle it nicely and re-builds object files when command line options are changed. (The file ".*.cmd" stores the information how the file was generated at the previous build.) Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>