diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2010-10-25 18:10:09 +0400 |
---|---|---|
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | 2010-10-25 18:10:14 +0400 |
commit | 014859430ba72ffeb363a4acd2200851765fe6de (patch) | |
tree | ae08be604ff36d5ac541a9d73b3652b44e969856 /arch/s390/Kbuild | |
parent | 7ea8d32199a3751527bf06b91c03de92d5ad5b3e (diff) | |
download | linux-014859430ba72ffeb363a4acd2200851765fe6de.tar.xz |
[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>
Diffstat (limited to 'arch/s390/Kbuild')
-rw-r--r-- | arch/s390/Kbuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/s390/Kbuild b/arch/s390/Kbuild new file mode 100644 index 000000000000..ae4b01060edd --- /dev/null +++ b/arch/s390/Kbuild @@ -0,0 +1,6 @@ +obj-y += kernel/ +obj-y += mm/ +obj-y += crypto/ +obj-y += appldata/ +obj-y += hypfs/ +obj-y += kvm/ |