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