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 00000000000..c99a2fe92fb --- /dev/null +++ b/drivers/s390/Makefile @@ -0,0 +1,9 @@ +# +# Makefile for the S/390 specific device drivers +# + +obj-y += s390mach.o sysinfo.o +obj-y += cio/ block/ char/ crypto/ net/ scsi/ + +drivers-y += drivers/s390/built-in.o + |