94f5b09d97
All in sysinfo.c is core kernel code and not driver code. So move it to arch/s390/kernel. Also includes some small cleanups. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
10 lines
164 B
Makefile
10 lines
164 B
Makefile
#
|
|
# Makefile for the S/390 specific device drivers
|
|
#
|
|
|
|
obj-y += s390mach.o
|
|
obj-y += cio/ block/ char/ crypto/ net/ scsi/ kvm/
|
|
|
|
drivers-y += drivers/s390/built-in.o
|
|
|