xref: /linux/drivers/s390/Makefile (revision 87c2ce3b9305b9b723faeedf6e32ef703ec9b33a)
1#
2# Makefile for the S/390 specific device drivers
3#
4
5obj-y += s390mach.o sysinfo.o s390_rdev.o
6obj-y += cio/ block/ char/ crypto/ net/ scsi/
7
8drivers-y += drivers/s390/built-in.o
9
10