projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29b4817
)
spi: tools: enable CROSS_COMPILE in Makefile
author
Jorge Ramirez-Ortiz
<jorge.ramirez-ortiz@linaro.org>
Wed, 7 Sep 2016 15:43:00 +0000
(17:43 +0200)
committer
Mark Brown
<broonie@kernel.org>
Mon, 12 Sep 2016 19:02:25 +0000
(20:02 +0100)
Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
tools/spi/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/tools/spi/Makefile
b/tools/spi/Makefile
index cd0db62e4d9d64e47a33647f55216f28c11fe370..3815b18ba0703631de16203bdf3087a40e1a4757 100644
(file)
--- a/
tools/spi/Makefile
+++ b/
tools/spi/Makefile
@@
-1,3
+1,5
@@
+CC = $(CROSS_COMPILE)gcc
+
all: spidev_test spidev_fdx
clean: