mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-10 07:44:23 +08:00
5 lines
66 B
Makefile
5 lines
66 B
Makefile
|
all: spidev_test spidev_fdx
|
||
|
|
||
|
clean:
|
||
|
$(RM) spidev_test spidev_fdx
|