linux-kbuild: Add extract-cert and sign-file programs

This commit is contained in:
Ben Hutchings 2016-04-03 17:44:55 +01:00
parent 23d1e0f3c2
commit 6e18d075e9
2 changed files with 5 additions and 1 deletions

1
debian/changelog vendored
View File

@ -14,6 +14,7 @@ linux (4.5-1~exp2) UNRELEASED; urgency=medium
as signatures will be packaged separately
- debian/control: Add build-dependencies on libssl-dev, openssl
- debian/copyright: Note that extract-cert and sign-file are under LGPL 2.1
- linux-kbuild: Add extract-cert and sign-file programs
* certs: Set SYSTEM_TRUSTED_KEYS to my own personal certificate to support
initial testing of signed modules

View File

@ -1,8 +1,10 @@
PROGS = \
conmakehash \
extract-cert \
kallsyms \
pnmtologo \
recordmcount
recordmcount \
sign-file
DATA = \
Kbuild.include \
@ -37,3 +39,4 @@ SUBDIRS = \
include $(top_rulesdir)/Makefile.inc
CPPFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
extract-cert sign-file: LDLIBS += -lcrypto