Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e10e1774 authored by Michal Marek's avatar Michal Marek Committed by Rusty Russell
Browse files

MODSIGN: Fix kbuild output when using default extra_certificates

parent 919aa45e
Loading
Loading
Loading
Loading
+5 −1
Original line number Original line Diff line number Diff line
@@ -136,8 +136,12 @@ ifeq ($(CONFIG_MODULE_SIG),y)
#
#
# Pull the signing certificate and any extra certificates into the kernel
# Pull the signing certificate and any extra certificates into the kernel
#
#

quiet_cmd_touch = TOUCH   $@
      cmd_touch = touch   $@

extra_certificates:
extra_certificates:
	touch $@
	$(call cmd,touch)


kernel/modsign_certificate.o: signing_key.x509 extra_certificates
kernel/modsign_certificate.o: signing_key.x509 extra_certificates