linux-perf: Enable verbose output for build-time feature detection

This commit is contained in:
Ben Hutchings 2018-10-08 18:45:40 +01:00
parent ed7bf65fa7
commit db75c3d23a
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -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 <ben@decadent.org.uk> Mon, 08 Oct 2018 18:45:06 +0100
linux (4.19~rc7-1~exp1) experimental; urgency=medium
* New upstream release candidate

View File

@ -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