Commit 70b3b3e7 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

greybus: tools: don't always build them.



This breaks the kernel-only build as it can't find any userspace headers
with the cross-compiler, so don't build the tools by "default" unless
you ask for them.

Reported-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent d5bc9607
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ ccflags-y := -Wall
# needed for trace events
ccflags-y += -I$(src)

all: module tools
all: module

tools::
	$(MAKE) -C tools KERNELDIR=$(realpath $(KERNELDIR))