31ee4b2f40
Preset the bogomips number to the cpu capacity value reported by store system information in SYSIB 1.2.2. This value is constant for a particular machine model and can be used to determine relative performance differences between machines. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
11 lines
245 B
Makefile
11 lines
245 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 s390_rdev.o
|
|
obj-y += cio/ block/ char/ crypto/ net/ scsi/
|
|
|
|
drivers-y += drivers/s390/built-in.o
|
|
|