mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
5eca4d843f
Jon Corbet requested this code moved with the last changeset, https://lkml.org/lkml/2015/3/1/144, but the patch was not applied because it missed the Makefile. Moved spidev_test, spidev_fdx and their Makefile infrastructure. Signed-off-by: Joshua Clayton <stillcompiling@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
4 lines
66 B
Makefile
4 lines
66 B
Makefile
all: spidev_test spidev_fdx
|
|
|
|
clean:
|
|
$(RM) spidev_test spidev_fdx
|