Signed-off-by: Jorge Ramirez-Ortiz <[email protected]> --- tools/spi/Makefile | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/tools/spi/Makefile b/tools/spi/Makefile
index cd0db62..d1845b0 100644
--- a/tools/spi/Makefile
+++ b/tools/spi/Makefile
@@ -1,4 +1,8 @@
+CC = $(CROSS_COMPILE)gcc
+
all: spidev_test spidev_fdx
+%: %.c
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
clean:
$(RM) spidev_test spidev_fdx
--
2.7.4

