Home
last modified time | relevance | path

Searched hist:"6 e81461b" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/ptp/
H A DMakefile6e81461b Fri Feb 10 18:20:57 CST 2023 Shuah Khan <skhan@linuxfoundation.org> selftests/ptp: Remove clean target from Makefile

Fix the following build warn removing unnecessary clean target
from the Makefile. lib.mk handles clean.

Makefile:10: warning: overriding recipe for target clean
../lib.mk:124: warning: ignoring old recipe for target clean

In addition, fix to use TEST_GEN_PROGS for generated test executables
and TES_PROGS for the shell script. Ger rid of all target as lib.mk
handles it.

Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>