From db75c3d23a2b46daae285822113960dcb585e68b Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 8 Oct 2018 18:45:40 +0100 Subject: [PATCH] linux-perf: Enable verbose output for build-time feature detection --- debian/changelog | 6 ++++++ debian/rules.d/tools/perf/Makefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4fdfa17c6..e71acca22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linux (4.19~rc7-1~exp2) UNRELEASED; urgency=medium + + * linux-perf: Enable verbose output for build-time feature detection + + -- Ben Hutchings Mon, 08 Oct 2018 18:45:06 +0100 + linux (4.19~rc7-1~exp1) experimental; urgency=medium * New upstream release candidate diff --git a/debian/rules.d/tools/perf/Makefile b/debian/rules.d/tools/perf/Makefile index e12b7759c..fdc54c3a0 100644 --- a/debian/rules.d/tools/perf/Makefile +++ b/debian/rules.d/tools/perf/Makefile @@ -16,7 +16,7 @@ else ifeq ($(KERNEL_ARCH),x86) endif endif -MAKE_PERF := $(MAKE) O=$(CURDIR) prefix=/usr V=1 ARCH=$(KERNEL_ARCH) EXTRA_WARNINGS=-Wno-error EXTRA_CFLAGS='$(CFLAGS) $(CPPFLAGS)' LDFLAGS='$(LDFLAGS)' +MAKE_PERF := $(MAKE) O=$(CURDIR) prefix=/usr V=1 VF=1 ARCH=$(KERNEL_ARCH) EXTRA_WARNINGS=-Wno-error EXTRA_CFLAGS='$(CFLAGS) $(CPPFLAGS)' LDFLAGS='$(LDFLAGS)' # Disable Gtk UI until it's more usable MAKE_PERF += NO_GTK2=1