X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=c27600b90cad24297fb8d3ce1af8b6bf08eb1ea3;hb=4ccb34d4313b81d6268b1e68bd9a4e7309f096f6;hp=2bb0c01391a98974c20db7b56d833a66b4815b36;hpb=75389113731bb629fa5e971baf58e422414c8d23;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/Makefile b/Makefile index 2bb0c01..c27600b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 6 PATCHLEVEL = 1 -SUBLEVEL = 40 +SUBLEVEL = 67 EXTRAVERSION = NAME = Curry Ramen @@ -1291,7 +1291,7 @@ prepare0: archprepare # All the preparing.. prepare: prepare0 ifdef CONFIG_RUST - $(Q)$(CONFIG_SHELL) $(srctree)/scripts/rust_is_available.sh -v + $(Q)$(CONFIG_SHELL) $(srctree)/scripts/rust_is_available.sh $(Q)$(MAKE) $(build)=rust endif @@ -1817,7 +1817,7 @@ $(DOC_TARGETS): # "Is Rust available?" target PHONY += rustavailable rustavailable: - $(Q)$(CONFIG_SHELL) $(srctree)/scripts/rust_is_available.sh -v && echo "Rust is available!" + $(Q)$(CONFIG_SHELL) $(srctree)/scripts/rust_is_available.sh && echo "Rust is available!" # Documentation target # @@ -1939,7 +1939,9 @@ quiet_cmd_depmod = DEPMOD $(MODLIB) modules_install: $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modinst +ifndef modules_sign_only $(call cmd,depmod) +endif else # CONFIG_MODULES