xref: /linux/drivers/s390/Makefile (revision 1af897dff60aff3f421f12c5b9a3ebadc9e2d8a3)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the S/390 specific device drivers
4#
5
6obj-y += cio/ block/ char/ crypto/ net/ scsi/ virtio/
7
8drivers-y += drivers/s390/built-in.o
9
10