Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for the S/390 specific device drivers | ||||
3 | # | ||||
4 | |||||
Martin Schwidefsky | 31ee4b2 | 2007-02-05 21:18:31 +0100 | [diff] [blame] | 5 | CFLAGS_sysinfo.o += -Iinclude/math-emu -Iarch/s390/math-emu -w |
6 | |||||
Carsten Otte | cfb1b55 | 2006-01-06 00:19:14 -0800 | [diff] [blame] | 7 | obj-y += s390mach.o sysinfo.o s390_rdev.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | obj-y += cio/ block/ char/ crypto/ net/ scsi/ |
9 | |||||
10 | drivers-y += drivers/s390/built-in.o | ||||
11 |