mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 02:40:54 +07:00
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
|