mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
b450eeb0c9
Move all code from arch/s390/numa/ to arch/s390/kernel/ since numa.c is the only source file and all others were deleted with the fake NUMA support removal. Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
11 lines
294 B
Makefile
11 lines
294 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_ARCH_HAS_KEXEC_PURGATORY) += purgatory/
|