You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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/
|