Home
last modified time | relevance | path

Searched refs:mod_sign_cmd (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/scripts/
DMakefile.modsign18 cmd_sign_ko = $(mod_sign_cmd) $(2)/$(notdir $@)
DMakefile.modinst25 $(mod_sign_cmd) $(2)/$(notdir $@) $(patsubst %,|| true,$(KBUILD_EXTMOD)) && \
/linux-4.4.14/
DMakefile875 mod_sign_cmd = scripts/sign-file $(CONFIG_MODULE_SIG_HASH) $(MODULE_SIG_KEY_SRCPREFIX)$(CONFIG_MODU… macro
877 mod_sign_cmd = true macro
879 export mod_sign_cmd