Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1478443

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

From Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Newsgroups linux.kernel
Subject [PATCH v2] tools: spi: enable CROSS_COMPILE in Makefile
Date 2016-09-07 17:50 +0200
Message-ID <seNgS-1zr-41@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
---
 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

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH v2] tools: spi: enable CROSS_COMPILE in Makefile Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org> - 2016-09-07 17:50 +0200

csiph-web