提交 584f34f1 编写于 作者: S SeongJae Park 提交者: Shuah Khan

selftests/Makefile: Add missed PHONY targets

`selftests/Makefile` is defining only `install` as entire PHONY target
though there are few more PHONY targets including `run_tests`.  This
commit defines them as the PHONY targets.
Signed-off-by: NSeongJae Park <sj38.park@gmail.com>
Signed-off-by: NShuah Khan <shuahkh@osg.samsung.com>
上级 ff80d915
......@@ -133,4 +133,4 @@ clean:
make OUTPUT=$$BUILD_TARGET -C $$TARGET clean;\
done;
.PHONY: install
.PHONY: all run_tests hotplug run_hotplug clean_hotplug run_pstore_crash install clean
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册