Makefile (94f5b09d97ee1f803c76d0262e0b0d3791825d09) | Makefile (f5daba1d4116d964435ddd99f32b6c80448a496b) |
---|---|
1# 2# Makefile for the S/390 specific device drivers 3# 4 | 1# 2# Makefile for the S/390 specific device drivers 3# 4 |
5obj-y += s390mach.o | |
6obj-y += cio/ block/ char/ crypto/ net/ scsi/ kvm/ 7 8drivers-y += drivers/s390/built-in.o 9 | 5obj-y += cio/ block/ char/ crypto/ net/ scsi/ kvm/ 6 7drivers-y += drivers/s390/built-in.o 8 |