[PATCH v2] tools: spi: enable CROSS_COMPILE in Makefile

From: Jorge Ramirez-Ortiz
Date: Wed Sep 07 2016 - 11:43:15 EST


Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@xxxxxxxxxx>
---
tools/spi/Makefile | 2 ++
1 file changed, 2 insertions(+)

diff --git a/tools/spi/Makefile b/tools/spi/Makefile
index cd0db62..3815b18 100644
--- a/tools/spi/Makefile
+++ b/tools/spi/Makefile
@@ -1,3 +1,5 @@
+CC = $(CROSS_COMPILE)gcc
+
all: spidev_test spidev_fdx

clean:
--
2.7.4