https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 66fe241b522c5ddbd34f6dc0ac1b2227b3b15e46 authored by Jason Self on 13 December 2008, 23:56:30 UTC
Linux-libre 2.6.27.9-gnu1
Tip revision: 66fe241
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/ kvm/

drivers-y += drivers/s390/built-in.o

back to top