9 lines
144 B
Makefile
9 lines
144 B
Makefile
|
#
|
||
|
# Makefile for the S/390 specific device drivers
|
||
|
#
|
||
|
|
||
|
obj-y += cio/ block/ char/ crypto/ net/ scsi/ kvm/
|
||
|
|
||
|
drivers-y += drivers/s390/built-in.o
|
||
|
|