summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorBen Hutchings <benh@debian.org>2022-07-17 14:06:07 +0200
committerBen Hutchings <benh@debian.org>2022-07-17 14:06:11 +0200
commit4a8bba853647d23ad7bb4a387b492d960ae6c247 (patch)
treed2cfcecb87ed1f7197e5a5e27cc21a003fe7f495 /debian
parent0efe6e5c1f30ddba91b6c6863fd102a55b2aa202 (diff)
downloadlinux-debian-4a8bba853647d23ad7bb4a387b492d960ae6c247.tar.gz
linux-kbuild: Add check-local-export script
This is a new dependency of OOT module builds.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/rules.d/scripts/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e5ab8e8dd..31e6ca502 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ linux (5.19~rc6-1~exp2) UNRELEASED; urgency=medium
* [i386] x86/asm/32: Fix ANNOTATE_UNRET_SAFE use on 32-bit (fixes FTBFS)
* [riscv64] Disable COMPAT (fixes FTBFS)
+ * linux-kbuild: Add check-local-export script
-- Ben Hutchings <benh@debian.org> Thu, 14 Jul 2022 12:52:40 +0200
diff --git a/debian/rules.d/scripts/Makefile b/debian/rules.d/scripts/Makefile
index a8e011972..bbfe9c0d1 100644
--- a/debian/rules.d/scripts/Makefile
+++ b/debian/rules.d/scripts/Makefile
@@ -14,6 +14,7 @@ DATA = \
SCRIPTS = \
checkincludes.pl \
+ check-local-export \
checkstack.pl \
checkversion.pl \
depmod.sh \