summaryrefslogtreecommitdiffstats
path: root/drivers/s390/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/Makefile')
-rw-r--r--drivers/s390/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/s390/Makefile b/drivers/s390/Makefile
new file mode 100644
index 000000000000..c99a2fe92fb0
--- /dev/null
+++ b/drivers/s390/Makefile
@@ -0,0 +1,9 @@
+#
+# Makefile for the S/390 specific device drivers
+#
+
+obj-y += s390mach.o sysinfo.o
+obj-y += cio/ block/ char/ crypto/ net/ scsi/
+
+drivers-y += drivers/s390/built-in.o
+