diff options
Diffstat (limited to 'tools/spi/Makefile')
-rw-r--r-- | tools/spi/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/spi/Makefile b/tools/spi/Makefile index 90615e1..815d155 100644 --- a/tools/spi/Makefile +++ b/tools/spi/Makefile @@ -11,8 +11,6 @@ endif # (this improves performance and avoids hard-to-debug behaviour); MAKEFLAGS += -r -CC = $(CROSS_COMPILE)gcc -LD = $(CROSS_COMPILE)ld CFLAGS += -O2 -Wall -g -D_GNU_SOURCE -I$(OUTPUT)include ALL_TARGETS := spidev_test spidev_fdx |