From 2a4635ea1d39affd8bc9d33b062b03f33c910889 Mon Sep 17 00:00:00 2001 From: Jorge Ramirez-Ortiz Date: Wed, 7 Sep 2016 17:43:00 +0200 Subject: spi: tools: enable CROSS_COMPILE in Makefile Signed-off-by: Jorge Ramirez-Ortiz Signed-off-by: Mark Brown --- tools/spi/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/spi') diff --git a/tools/spi/Makefile b/tools/spi/Makefile index cd0db62e4d9d..3815b18ba070 100644 --- a/tools/spi/Makefile +++ b/tools/spi/Makefile @@ -1,3 +1,5 @@ +CC = $(CROSS_COMPILE)gcc + all: spidev_test spidev_fdx clean: -- cgit v1.2.3-59-g8ed1b