summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Molnar2016-07-07 08:58:23 +0200
committerIngo Molnar2016-07-07 08:58:23 +0200
commit3ebe3bd8fbd51b5e04e93c7f3fb90bd096a86344 (patch)
tree41b67e7a92f1935b1d5acdc714de1b13f657b7af /Makefile
parentMerge tag 'perf-core-for-mingo-20160704' of git://git.kernel.org/pub/scm/linu... (diff)
parentperf/core: Fix pmu::filter_match for SW-led groups (diff)
downloadkernel-qcow2-linux-3ebe3bd8fbd51b5e04e93c7f3fb90bd096a86344.tar.gz
kernel-qcow2-linux-3ebe3bd8fbd51b5e04e93c7f3fb90bd096a86344.tar.xz
kernel-qcow2-linux-3ebe3bd8fbd51b5e04e93c7f3fb90bd096a86344.zip
Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging new changes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 938089d43748..5117fd3a635a 100644
--- a/Makefile
+++ b/Makefile
@@ -363,11 +363,13 @@ CHECK = sparse
CHECKFLAGS := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \
-Wbitwise -Wno-return-void $(CF)
+NOSTDINC_FLAGS =
CFLAGS_MODULE =
AFLAGS_MODULE =
LDFLAGS_MODULE =
CFLAGS_KERNEL =
AFLAGS_KERNEL =
+LDFLAGS_vmlinux =
CFLAGS_GCOV = -fprofile-arcs -ftest-coverage -fno-tree-loop-im -Wno-maybe-uninitialized
CFLAGS_KCOV = -fsanitize-coverage=trace-pc