mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 09:41:54 +09:00
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: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user