summaryrefslogtreecommitdiffstats
path: root/debian/rules.d/scripts/Makefile
diff options
context:
space:
mode:
authorChristian Barcenas <christian@cbarcenas.com>2020-04-01 14:01:28 +0000
committerBen Hutchings <ben@decadent.org.uk>2020-04-01 14:01:28 +0000
commit997b21355c7bc3cc5cef59665edcf40076f4b868 (patch)
tree8ac1036a9faac945a6b2615393c16a589c060e64 /debian/rules.d/scripts/Makefile
parentdb81658089a53d7af7e553f543fd1ba0e5fe7e4d (diff)
downloadlinux-debian-997b21355c7bc3cc5cef59665edcf40076f4b868.tar.gz
linux-kbuild: Stop building conmakehash
Fix a FTBFS resulting after conmakehash was moved out of the scripts/ subdirectory (4484aa800ac5). The tool's only purpose is codegen of a single source file in the kernel tree. Building external modules should be unaffected by its removal from linux-kbuild.
Diffstat (limited to 'debian/rules.d/scripts/Makefile')
-rw-r--r--debian/rules.d/scripts/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules.d/scripts/Makefile b/debian/rules.d/scripts/Makefile
index 18255f402..b2cbec89b 100644
--- a/debian/rules.d/scripts/Makefile
+++ b/debian/rules.d/scripts/Makefile
@@ -1,6 +1,5 @@
PROGS = \
bin2c \
- conmakehash \
extract-cert \
kallsyms \
recordmcount \