mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-01 00:58:39 +02:00 
			
		
		
		
	kbuild: don't hardcode depmod path
depmod is not guaranteed to be in /sbin, just let make look for it in the path like all the other invoked programs Signed-off-by: Dominique Martinet <asmadeus@codewreck.org> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
		
							parent
							
								
									c0ea806f87
								
							
						
					
					
						commit
						436e980e2e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							|  | @ -450,7 +450,7 @@ LEX		= flex | |||
| YACC		= bison | ||||
| AWK		= awk | ||||
| INSTALLKERNEL  := installkernel | ||||
| DEPMOD		= /sbin/depmod | ||||
| DEPMOD		= depmod | ||||
| PERL		= perl | ||||
| PYTHON		= python | ||||
| PYTHON3		= python3 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Dominique Martinet
						Dominique Martinet