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

Commit caf6fe91 authored by David Woodhouse's avatar David Woodhouse Committed by David Howells
Browse files

modsign: Abort modules_install when signing fails

parent 091f6e26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ quiet_cmd_modules_install = INSTALL $@
    mkdir -p $(2) ; \
    cp $@ $(2) ; \
    $(mod_strip_cmd) $(2)/$(notdir $@) ; \
    $(mod_sign_cmd) $(2)/$(notdir $@) $(patsubst %,|| true,$(KBUILD_EXTMOD)) ; \
    $(mod_sign_cmd) $(2)/$(notdir $@) $(patsubst %,|| true,$(KBUILD_EXTMOD)) && \
    $(mod_compress_cmd) $(2)/$(notdir $@)

# Modules built outside the kernel source tree go into extra by default