utils/spidev_test: side-step build-system woes
authorChristian Lamparter <chunkeey@gmail.com>
Thu, 7 Jul 2022 12:10:17 +0000 (14:10 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Fri, 15 Jul 2022 13:21:44 +0000 (15:21 +0200)
commitf0c1d26738629972e953829f4d0e3cc643ef1c31
tree35d96d7d8c70c216c7e7f0d18507837109770db2
parent50c232d6f446637b7086056f4f78809272572ca3
utils/spidev_test: side-step build-system woes

The spidev_test is build in phase2 even though it should be disabled.
My best guess is that we hit the same issue that I had with nu801.
The build-system thinks it's a tool that is necessary for
building the kernel.

In this case, the same fix (adding a dependency on the presence of
the module) could work in this case as well?

Fixes: bdaaf66e28bd ("utils/spidev_test: build package directly from Linux")
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
package/utils/spidev_test/Makefile