mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-05 21:45:11 +07:00
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
|
||
|
|