Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[S390] standardize Kbuild rules

Introducing this Kbuild file allow us to:

make arch/s390/

And thus building all the core part of s390.
Same as on other architectures.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by

Heiko Carstens and committed by
Martin Schwidefsky
01485943 7ea8d321

+8 -2
+6
arch/s390/Kbuild
··· 1 + obj-y += kernel/ 2 + obj-y += mm/ 3 + obj-y += crypto/ 4 + obj-y += appldata/ 5 + obj-y += hypfs/ 6 + obj-y += kvm/
+2 -2
arch/s390/Makefile
··· 94 94 head-y += arch/s390/kernel/$(if $(CONFIG_64BIT),head64.o,head31.o) 95 95 head-y += arch/s390/kernel/init_task.o 96 96 97 - core-y += arch/s390/mm/ arch/s390/kernel/ arch/s390/crypto/ \ 98 - arch/s390/appldata/ arch/s390/hypfs/ arch/s390/kvm/ 97 + # See arch/s390/Kbuild for content of core part of the kernel 98 + core-y += arch/s390/ 99 99 100 100 libs-y += arch/s390/lib/ 101 101 drivers-y += drivers/s390/