Skip to content

Commit

Permalink
spi: tools: enable CROSS_COMPILE in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Jorge Ramirez-Ortiz authored and Mark Brown committed Sep 12, 2016
1 parent 29b4817 commit 2a4635e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/spi/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
CC = $(CROSS_COMPILE)gcc

all: spidev_test spidev_fdx

clean:
Expand Down

0 comments on commit 2a4635e

Please sign in to comment.