linux-stable/tools/spi/Makefile

7 lines
92 B
Makefile

CC = $(CROSS_COMPILE)gcc
all: spidev_test spidev_fdx
clean:
$(RM) spidev_test spidev_fdx