mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
5 lines
66 B
Makefile
5 lines
66 B
Makefile
|
all: spidev_test spidev_fdx
|
||
|
|
||
|
clean:
|
||
|
$(RM) spidev_test spidev_fdx
|