mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
3b7f993394
Only add subdirectories of arch/s390 to kbuild if their respective config option is selected. Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
8 lines
214 B
Makefile
8 lines
214 B
Makefile
obj-y += kernel/
|
|
obj-y += mm/
|
|
obj-$(CONFIG_KVM) += kvm/
|
|
obj-$(CONFIG_CRYPTO_HW) += crypto/
|
|
obj-$(CONFIG_S390_HYPFS_FS) += hypfs/
|
|
obj-$(CONFIG_APPLDATA_BASE) += appldata/
|
|
obj-$(CONFIG_MATHEMU) += math-emu/
|