https://github.com/torvalds/linux
Raw File
Tip revision: a909d3e636995ba7c349e2ca5dbb528154d4ac30 authored by Linus Torvalds on 29 October 2016, 20:52:02 UTC
Linux 4.9-rc3
Tip revision: a909d3e
Makefile
#
# Makefile for the S/390 specific device drivers
#

obj-y += cio/ block/ char/ crypto/ net/ scsi/ virtio/

drivers-y += drivers/s390/built-in.o

back to top