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

2016-09-12 Thread Mark Brown
On Wed, Sep 07, 2016 at 05:43:00PM +0200, Jorge Ramirez-Ortiz wrote: > Signed-off-by: Jorge Ramirez-Ortiz Please use subject lines matching the style for the subsystem. signature.asc Description: PGP signature

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

2016-09-07 Thread Jorge Ramirez-Ortiz
Signed-off-by: Jorge Ramirez-Ortiz --- 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 spi