projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c97023
)
Makefile: add kselftest-clean to PHONY target list
author
Shuah Khan
<shuahkh@osg.samsung.com>
Fri, 18 Aug 2017 21:54:41 +0000
(15:54 -0600)
committer
Masahiro Yamada
<yamada.masahiro@socionext.com>
Mon, 21 Aug 2017 00:05:59 +0000
(09:05 +0900)
kselftest-clean isn't in the PHONY target list. Add it.
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 4dac1107913bf9bf78fc0d68948aa9fdfe011e19..c913d80ea6e8790f963ac50d6b06f5077c01ca8d 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1184,6
+1184,7
@@
PHONY += kselftest
kselftest:
$(Q)$(MAKE) -C tools/testing/selftests run_tests
+PHONY += kselftest-clean
kselftest-clean:
$(Q)$(MAKE) -C tools/testing/selftests clean