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