From: Masahiro Yamada Date: Wed, 23 Aug 2023 11:50:42 +0000 (+0900) Subject: kbuild: add modules_sign to no-{compiler,sync-config}-targets X-Git-Tag: v6.6-rc1~52^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb931e12194b69b59e6badb06cf1b53e6106ccee;p=thirdparty%2Fkernel%2Flinux.git kbuild: add modules_sign to no-{compiler,sync-config}-targets Like modules_install, modules_sign should avoid the syncconfig. Signed-off-by: Masahiro Yamada Reviewed-by: Nicolas Schier --- diff --git a/Makefile b/Makefile index 9075ad851b46a..ba35ba14a9740 100644 --- a/Makefile +++ b/Makefile @@ -280,8 +280,8 @@ no-dot-config-targets := $(clean-targets) \ # Installation targets should not require compiler. Unfortunately, vdso_install # is an exception where build artifacts may be updated. This must be fixed. no-compiler-targets := $(no-dot-config-targets) install dtbs_install \ - headers_install modules_install kernelrelease image_name -no-sync-config-targets := $(no-dot-config-targets) %install kernelrelease \ + headers_install modules_install modules_sign kernelrelease image_name +no-sync-config-targets := $(no-dot-config-targets) %install modules_sign kernelrelease \ image_name single-targets := %.a %.i %.ko %.lds %.ll %.lst %.mod %.o %.rsi %.s %.symtypes %/