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 <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
ldts authored and broonie 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.