]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: watchdog: fix to use TEST_GEN_PROGS and remove clean
authorShuah Khan <shuahkh@osg.samsung.com>
Fri, 8 Sep 2017 22:05:50 +0000 (16:05 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Thu, 21 Sep 2017 13:55:38 +0000 (07:55 -0600)
commita769420453d134bc2666fe6d33bcce01299682bc
tree11fb7876236ccfc7a075d7dbdeeb2e1fc411c247
parent6fe80a987b63dc107901d3b46b3d9d677296711f
selftests: watchdog: fix to use TEST_GEN_PROGS and remove clean

TEST_PROGS should be used for test scripts that don't ned to be built.
Use TEST_GEN_PROGS instead which is intended for test executables.

Remove clean target and let the common clean take care of cleaning.

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/watchdog/Makefile