2005-04-16 22:20:36 +00:00
|
|
|
#
|
|
|
|
# Makefile for the S/390 specific device drivers
|
|
|
|
#
|
|
|
|
|
2007-02-05 20:18:31 +00:00
|
|
|
CFLAGS_sysinfo.o += -Iinclude/math-emu -Iarch/s390/math-emu -w
|
|
|
|
|
2006-01-06 08:19:14 +00:00
|
|
|
obj-y += s390mach.o sysinfo.o s390_rdev.o
|
2008-03-25 17:47:46 +00:00
|
|
|
obj-y += cio/ block/ char/ crypto/ net/ scsi/ kvm/
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
drivers-y += drivers/s390/built-in.o
|
|
|
|
|