2a4635ea1d
Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
7 lines
92 B
Makefile
7 lines
92 B
Makefile
CC = $(CROSS_COMPILE)gcc
|
|
|
|
all: spidev_test spidev_fdx
|
|
|
|
clean:
|
|
$(RM) spidev_test spidev_fdx
|