mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-07 18:50:41 +00: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
|