2017-12-04 09:39:38 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2005-04-16 22:20:36 +00:00
|
|
|
#
|
|
|
|
# Makefile for the S/390 specific device drivers
|
|
|
|
#
|
|
|
|
|
2015-07-07 09:41:01 +00:00
|
|
|
obj-y += cio/ block/ char/ crypto/ net/ scsi/ virtio/
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2018-02-10 14:25:04 +00:00
|
|
|
drivers-y += drivers/s390/built-in.a
|
2005-04-16 22:20:36 +00:00
|
|
|
|