mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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
|