X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Makefile;h=f663276e4b1332edf9584eeb9b6e40771b3f82e9;hb=1a1239941a7d1a9f0870da132bc274d4824e8b4c;hp=6edac73ee1baeebd107c4a6ccfdbc4bd84330aaa;hpb=2993fd0e13b7638f2111d3311b63da8d1e239675;p=karo-tx-linux.git diff --git a/Makefile b/Makefile index 6edac73ee1ba..f663276e4b13 100644 --- a/Makefile +++ b/Makefile @@ -981,6 +981,12 @@ _modinst_post: _modinst_ $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.fwinst obj=firmware __fw_modinst $(call cmd,depmod) +ifeq ($(CONFIG_MODULE_SIG), y) +PHONY += modules_sign +modules_sign: + $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modsign +endif + else # CONFIG_MODULES # Modules not configured