commit | 80d443e8876602be2c130f79c4de81e12e2a700d | [log] [tgz] |
---|---|---|
author | bamvor.zhangjian@huawei.com <bamvor.zhangjian@huawei.com> | Tue Nov 29 19:55:51 2016 +0800 |
committer | Shuah Khan <shuahkh@osg.samsung.com> | Thu Jan 05 13:42:17 2017 -0700 |
tree | dbe443dd36f2b043654ccff605dca385f4b8e70a | |
parent | 5a2d4a5763c96a19170f81f2c4bb3cc9515f854a [diff] |
selftests: add EXTRA_CLEAN for clean target Some testcases need the clean extra data after running. This patch introduce the "EXTRA_CLEAN" variable to address this requirement. After KBUILD_OUTPUT is enabled in later patch, it will be easy to decide to if we need do the cleanup in the KBUILD_OUTPUT path(if the testcase ran immediately after compiled). Signed-off-by: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>