forked from mirrors/linux
		
	 840798a1f5
			
		
	
	
		840798a1f5
		
	
	
	
	
		
			
			The common code expects the architecture to have a purgatory that runs between the two kernels. Add it now. For simplicity first skip crash support. Signed-off-by: Philipp Rudo <prudo@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			323 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			323 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0
 | |
| obj-y				+= kernel/
 | |
| obj-y				+= mm/
 | |
| obj-$(CONFIG_KVM)		+= kvm/
 | |
| obj-y				+= crypto/
 | |
| obj-$(CONFIG_S390_HYPFS_FS)	+= hypfs/
 | |
| obj-$(CONFIG_APPLDATA_BASE)	+= appldata/
 | |
| obj-y				+= net/
 | |
| obj-$(CONFIG_PCI)		+= pci/
 | |
| obj-$(CONFIG_NUMA)		+= numa/
 | |
| obj-$(CONFIG_ARCH_HAS_KEXEC_PURGATORY) += purgatory/
 |