1#
2# Makefile for the S/390 specific device drivers
3#
4
5CFLAGS_sysinfo.o += -Iinclude/math-emu -Iarch/s390/math-emu -w
6
7obj-y += s390mach.o sysinfo.o s390_rdev.o
8obj-y += cio/ block/ char/ crypto/ net/ scsi/
9
10drivers-y += drivers/s390/built-in.o
11