Skip to content

Commit eb931e1

Browse files
committed
kbuild: add modules_sign to no-{compiler,sync-config}-targets
Like modules_install, modules_sign should avoid the syncconfig. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
1 parent 2429742 commit eb931e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@ no-dot-config-targets := $(clean-targets) \
280280
# Installation targets should not require compiler. Unfortunately, vdso_install
281281
# is an exception where build artifacts may be updated. This must be fixed.
282282
no-compiler-targets := $(no-dot-config-targets) install dtbs_install \
283-
headers_install modules_install kernelrelease image_name
284-
no-sync-config-targets := $(no-dot-config-targets) %install kernelrelease \
283+
headers_install modules_install modules_sign kernelrelease image_name
284+
no-sync-config-targets := $(no-dot-config-targets) %install modules_sign kernelrelease \
285285
image_name
286286
single-targets := %.a %.i %.ko %.lds %.ll %.lst %.mod %.o %.rsi %.s %.symtypes %/
287287

0 commit comments

Comments
 (0)