From 024b90c4b9a0543b96d416b117cf95787558de2b Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 11 May 2015 00:35:01 +0000 Subject: [PATCH] linux-kbuild: Include Makefile.kasan (Closes: #783681) svn path=/dists/trunk/linux-tools/; revision=22595 --- debian/build/scripts/Makefile | 1 + debian/changelog | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/build/scripts/Makefile b/debian/build/scripts/Makefile index 917a89c70..91aeba040 100644 --- a/debian/build/scripts/Makefile +++ b/debian/build/scripts/Makefile @@ -10,6 +10,7 @@ DATA = \ Makefile.clean \ Makefile.extrawarn \ Makefile.host \ + Makefile.kasan \ Makefile.lib \ Makefile.modinst \ Makefile.modpost \ diff --git a/debian/changelog b/debian/changelog index d8aaa8285..ce50cc7ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ linux-tools (4.0.2-1) UNRELEASED; urgency=medium * linux-tools: Add version suffix to the new perf-read-vdso{,x}32 commands * linux-tools: Set ARCH=x86 when building for either amd64 or i386 + * linux-kbuild: Include Makefile.kasan (Closes: #783681) -- Ben Hutchings Mon, 11 May 2015 00:46:20 +0100