]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
selftests/Makefile: Add missed PHONY targets
authorSeongJae Park <sj38.park@gmail.com>
Thu, 13 Apr 2017 23:44:46 +0000 (08:44 +0900)
committerShuah Khan <shuahkh@osg.samsung.com>
Fri, 21 Apr 2017 17:24:58 +0000 (11:24 -0600)
`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: SeongJae Park <sj38.park@gmail.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/Makefile

index 395ab296c084c0e4656c188bc6d0ca7a2d0a79fb..26ce4f7168be534de2eef4be6650de9617b03b33 100644 (file)
@@ -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