selftests/gpio: Use TEST_GEN_PROGS_EXTENDED
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 4 Nov 2020 10:08:40 +0000 (21:08 +1100)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 10 Nov 2020 21:39:34 +0000 (14:39 -0700)
commitff2c395b9257f0e617f9cd212893f3c72c80ee6c
treee3918e97c87911d14727a1c9ddde25e969f2ff88
parentb2f1c3db28870d88d1a19aa86a8374e7725d62c5
selftests/gpio: Use TEST_GEN_PROGS_EXTENDED

Use TEST_GEN_PROGS_EXTENDED rather than TEST_PROGS_EXTENDED.

That tells the lib.mk logic that the files it references are to be
generated by the Makefile.

Having done that we don't need to override the all rule.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/gpio/Makefile