xref: /linux/drivers/s390/Makefile (revision 2decec48b0fd28ffdbf4cc684bd04e735f0839dd)
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.a
9
10