We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27dad89 commit fe968c4Copy full SHA for fe968c4
scripts/Makefile
@@ -17,6 +17,7 @@ hostprogs-always-$(CONFIG_SYSTEM_EXTRA_CERTIFICATE) += insert-sys-cert
17
18
HOSTCFLAGS_sorttable.o = -I$(srctree)/tools/include
19
HOSTCFLAGS_asn1_compiler.o = -I$(srctree)/include
20
+HOSTCFLAGS_sign-file.o = $(CRYPTO_CFLAGS)
21
HOSTLDLIBS_sign-file = $(CRYPTO_LIBS)
22
HOSTCFLAGS_extract-cert.o = $(CRYPTO_CFLAGS)
23
HOSTLDLIBS_extract-cert = $(CRYPTO_LIBS)
0 commit comments