diff options
Diffstat (limited to 'drivers/s390/Makefile')
-rw-r--r-- | drivers/s390/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/s390/Makefile b/drivers/s390/Makefile new file mode 100644 index 000000000000..c99a2fe92fb0 --- /dev/null +++ b/drivers/s390/Makefile | |||
@@ -0,0 +1,9 @@ | |||
1 | # | ||
2 | # Makefile for the S/390 specific device drivers | ||
3 | # | ||
4 | |||
5 | obj-y += s390mach.o sysinfo.o | ||
6 | obj-y += cio/ block/ char/ crypto/ net/ scsi/ | ||
7 | |||
8 | drivers-y += drivers/s390/built-in.o | ||
9 | |||