mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 03:21:32 +00:00
014859430b
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>
7 lines
96 B
Makefile
7 lines
96 B
Makefile
obj-y += kernel/
|
|
obj-y += mm/
|
|
obj-y += crypto/
|
|
obj-y += appldata/
|
|
obj-y += hypfs/
|
|
obj-y += kvm/
|