aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/Kbuild
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2010-10-25 16:10:09 +0200
committerMartin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com>2010-10-25 16:10:14 +0200
commit014859430ba72ffeb363a4acd2200851765fe6de (patch)
treeae08be604ff36d5ac541a9d73b3652b44e969856 /arch/s390/Kbuild
parent[S390] dasd: let recovery cqr inherit flags from failed cqr (diff)
downloadlinux-dev-014859430ba72ffeb363a4acd2200851765fe6de.tar.xz
linux-dev-014859430ba72ffeb363a4acd2200851765fe6de.zip
[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/Kbuild6
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/