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 000000000..a863b0462
--- /dev/null
+++ b/drivers/s390/Makefile
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0
+#
+# Makefile for the S/390 specific device drivers
+#
+
+obj-y += cio/ block/ char/ crypto/ net/ scsi/ virtio/
+
+drivers-y += drivers/s390/built-in.a
+