summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@google.com>2015-12-17 22:32:03 -0800
committerGreg Kroah-Hartman <gregkh@google.com>2015-12-17 22:32:03 -0800
commit70b3b3e77a87d40ceae6e5f4f6afedbd725fd636 (patch)
tree822d013add1488aaa5340aa788b6fb05b88685cf /drivers/staging/greybus/Makefile
parentd5bc9607f749a241b2491f8f8b07986ba7655350 (diff)
downloadlinux-70b3b3e77a87d40ceae6e5f4f6afedbd725fd636.tar.bz2
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>
Diffstat (limited to 'drivers/staging/greybus/Makefile')
-rw-r--r--drivers/staging/greybus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/Makefile b/drivers/staging/greybus/Makefile
index 7fd1fc392809..29c4c8b25f13 100644
--- a/drivers/staging/greybus/Makefile
+++ b/drivers/staging/greybus/Makefile
@@ -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))