mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-18 22:14:16 +00:00 
			
		
		
		
	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>
This commit is contained in:
		
							parent
							
								
									2429742e50
								
							
						
					
					
						commit
						eb931e1219
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								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 %/ | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Masahiro Yamada
						Masahiro Yamada