mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 03:51:48 +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>
5 lines
66 B
Makefile
5 lines
66 B
Makefile
all: spidev_test spidev_fdx
|
|
|
|
clean:
|
|
$(RM) spidev_test spidev_fdx
|