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