]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Makefile
video: mxsfb: fix typo: 'FAILING' instead of 'FALLING'
[karo-tx-linux.git] / Makefile
index 6edac73ee1baeebd107c4a6ccfdbc4bd84330aaa..f663276e4b1332edf9584eeb9b6e40771b3f82e9 100644 (file)
--- 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