https://github.com/torvalds/linux
Revision c095ba7224d8edc71dcef0d655911399a8bd4a3f authored by Linus Torvalds on 04 August 2013, 20:46:46 UTC, committed by Linus Torvalds on 04 August 2013, 20:46:46 UTC
1 parent e56c756
Raw File
Tip revision: c095ba7224d8edc71dcef0d655911399a8bd4a3f authored by Linus Torvalds on 04 August 2013, 20:46:46 UTC
Linux 3.11-rc4
Tip revision: c095ba7
Makefile
#
# Makefile for the S/390 specific device drivers
#

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

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

back to top