linux-kbuild: Include headers_install.sh and unifdef (Closes: #832359)

This commit is contained in:
Ben Hutchings 2016-08-05 19:15:54 +01:00
parent c0e269c0cd
commit df9be3c95e
2 changed files with 6 additions and 1 deletions

3
debian/changelog vendored
View File

@ -214,6 +214,9 @@ linux (4.6.5-1) UNRELEASED; urgency=medium
* vfs: ioctl: prevent double-fetch in dedupe ioctl (CVE-2016-6516)
* libata: LITE-ON CX1-JB256-HP needs lower max_sectors (Closes: #830971)
[ Ben Hutchings ]
* linux-kbuild: Include headers_install.sh and unifdef (Closes: #832359)
-- Ben Hutchings <ben@decadent.org.uk> Sat, 30 Jul 2016 14:23:58 +0100
linux (4.6.4-1) unstable; urgency=medium

View File

@ -4,7 +4,8 @@ PROGS = \
kallsyms \
pnmtologo \
recordmcount \
sign-file
sign-file \
unifdef
DATA = \
Kbuild.include \
@ -19,6 +20,7 @@ SCRIPTS = \
depmod.sh \
gcc-*.sh \
gen_initramfs_list.sh \
headers_install.sh \
kernel-doc \
Lindent \
makelst \