035da16fb5
Replace s390_root_dev_register() with root_device_register() etc. [Includes fix from Cornelia Huck] Signed-off-by: Mark McLoughlin <markmc@redhat.com> Cc: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
12 lines
238 B
Makefile
12 lines
238 B
Makefile
#
|
|
# Makefile for the S/390 specific device drivers
|
|
#
|
|
|
|
CFLAGS_sysinfo.o += -Iinclude/math-emu -Iarch/s390/math-emu -w
|
|
|
|
obj-y += s390mach.o sysinfo.o
|
|
obj-y += cio/ block/ char/ crypto/ net/ scsi/ kvm/
|
|
|
|
drivers-y += drivers/s390/built-in.o
|
|
|