Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54628687 authored by Linus Walleij's avatar Linus Walleij Committed by Jonathan Cameron
Browse files

iio: make tools more cross-compilation friendly



When cross-compiling the IIO tools we need to opportunity to
specify a cross compiler prefix and some extra CFLAGS. This
patch enables this in the same way as for other stuff in
tools.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Acked-by: default avatarDaniel Baluta <daniel.baluta@intel.com>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent d11715f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
CC = gcc
CFLAGS = -Wall -g -D_GNU_SOURCE
CC = $(CROSS_COMPILE)gcc
CFLAGS += -Wall -g -D_GNU_SOURCE

all: iio_event_monitor lsiio generic_buffer