X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fs390%2FMakefile;h=4f4e7cf105d4985c425aedf30f79a72ed3fb3ab6;hb=83bd6998b04fc1bb7280b14f16b2bdbdc07c914b;hp=c99a2fe92fb04acc3ca8fcff49785af8d898f460;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=linux-2.6-omap-h63xx.git diff --git a/drivers/s390/Makefile b/drivers/s390/Makefile index c99a2fe92fb..4f4e7cf105d 100644 --- a/drivers/s390/Makefile +++ b/drivers/s390/Makefile @@ -2,8 +2,10 @@ # Makefile for the S/390 specific device drivers # -obj-y += s390mach.o sysinfo.o -obj-y += cio/ block/ char/ crypto/ net/ scsi/ +CFLAGS_sysinfo.o += -Iinclude/math-emu -Iarch/s390/math-emu -w + +obj-y += s390mach.o sysinfo.o s390_rdev.o +obj-y += cio/ block/ char/ crypto/ net/ scsi/ kvm/ drivers-y += drivers/s390/built-in.o