Martin Schwidefsky | 9fa1db4 | 2017-12-04 10:39:38 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | # |
| 3 | # Makefile for the S/390 specific device drivers |
| 4 | # |
| 5 | |
Cornelia Huck | 1b568d9 | 2015-07-07 11:41:01 +0200 | [diff] [blame] | 6 | obj-y += cio/ block/ char/ crypto/ net/ scsi/ virtio/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | |
Nicholas Piggin | f49821e | 2018-02-11 00:25:04 +1000 | [diff] [blame] | 8 | drivers-y += drivers/s390/built-in.a |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | |