diff options
Diffstat (limited to 'drivers/s390/Makefile')
-rw-r--r-- | drivers/s390/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/s390/Makefile b/drivers/s390/Makefile new file mode 100644 index 000000000..cde73b6a9 --- /dev/null +++ b/drivers/s390/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Makefile for the S/390 specific device drivers +# + +obj-y += cio/ block/ char/ crypto/ net/ scsi/ virtio/ |