mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	x86/build: Remove unnecessary preparation for purgatory
kexec-purgatory.c is properly generated when Kbuild descend into the arch/x86/purgatory/. Thus the 'archprepare' target is redundant. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Michal Marek <michal.lkml@markovi.net> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Sam Ravnborg <sam@ravnborg.org> Cc: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/lkml/1529401422-28838-3-git-send-email-yamada.masahiro@socionext.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
		
							parent
							
								
									bdab125c93
								
							
						
					
					
						commit
						d6605b6bbe
					
				
					 1 changed files with 0 additions and 5 deletions
				
			
		| 
						 | 
					@ -258,11 +258,6 @@ archscripts: scripts_basic
 | 
				
			||||||
archheaders:
 | 
					archheaders:
 | 
				
			||||||
	$(Q)$(MAKE) $(build)=arch/x86/entry/syscalls all
 | 
						$(Q)$(MAKE) $(build)=arch/x86/entry/syscalls all
 | 
				
			||||||
 | 
					
 | 
				
			||||||
archprepare:
 | 
					 | 
				
			||||||
ifeq ($(CONFIG_KEXEC_FILE),y)
 | 
					 | 
				
			||||||
	$(Q)$(MAKE) $(build)=arch/x86/purgatory arch/x86/purgatory/kexec-purgatory.c
 | 
					 | 
				
			||||||
endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
###
 | 
					###
 | 
				
			||||||
# Kernel objects
 | 
					# Kernel objects
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue