diff options
Diffstat (limited to 'include/asm-s390/Kbuild')
-rw-r--r-- | include/asm-s390/Kbuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/asm-s390/Kbuild b/include/asm-s390/Kbuild new file mode 100644 index 000000000000..e92b429d2be1 --- /dev/null +++ b/include/asm-s390/Kbuild @@ -0,0 +1,12 @@ +include include/asm-generic/Kbuild.asm + +header-y += dasd.h +header-y += monwriter.h +header-y += qeth.h +header-y += tape390.h +header-y += ucontext.h +header-y += vtoc.h +header-y += zcrypt.h + +unifdef-y += cmb.h +unifdef-y += debug.h |