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

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
...@@ -85,7 +85,7 @@ ccflags-y := -Wall ...@@ -85,7 +85,7 @@ ccflags-y := -Wall
# needed for trace events # needed for trace events
ccflags-y += -I$(src) ccflags-y += -I$(src)
all: module tools all: module
tools:: tools::
$(MAKE) -C tools KERNELDIR=$(realpath $(KERNELDIR)) $(MAKE) -C tools KERNELDIR=$(realpath $(KERNELDIR))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment