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