summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-08-17 16:01:01 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-08-17 16:01:01 +0300
commit93e8b74fdb6bcd4dda39a4a7dbb4680ddd70f9d8 (patch)
tree979243122f4858e33d92a5ecbb8d3658ff8b6c21 /debian
parentdce2e5c543cdb828cebe53bb6b5712c98ee82f2c (diff)
debian/patches: refresh kernelvariables.patch for 4.8-rc2
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/debian/kernelvariables.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/debian/kernelvariables.patch b/debian/patches/debian/kernelvariables.patch
index a10a95361..a98f76c75 100644
--- a/debian/patches/debian/kernelvariables.patch
+++ b/debian/patches/debian/kernelvariables.patch
@@ -14,7 +14,7 @@ use of $(ARCH) needs to be moved after this.
--- a/Makefile
+++ b/Makefile
-@@ -195,42 +195,6 @@ export KBUILD_BUILDHOST := $(SUBARCH)
+@@ -255,42 +255,6 @@ SUBARCH := $(shell uname -m | sed -e s/i
ARCH ?= $(SUBARCH)
CROSS_COMPILE ?= $(CONFIG_CROSS_COMPILE:"%"=%)
@@ -57,9 +57,9 @@ use of $(ARCH) needs to be moved after this.
KCONFIG_CONFIG ?= .config
export KCONFIG_CONFIG
-@@ -349,6 +313,44 @@ CFLAGS_KERNEL =
- AFLAGS_KERNEL =
- CFLAGS_GCOV = -fprofile-arcs -ftest-coverage
+@@ -373,6 +337,44 @@ LDFLAGS_vmlinux =
+ CFLAGS_GCOV = -fprofile-arcs -ftest-coverage -fno-tree-loop-im
+ CFLAGS_KCOV := $(call cc-option,-fsanitize-coverage=trace-pc,)
+-include $(obj)/.kernelvariables
+