diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 12:22:02 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 12:22:02 +0100 |
commit | 1e7c34994d809820dbe31220397b62660d8d1514 (patch) | |
tree | 7a189d63f4971da727ea7dfb0c012838fab5c0ac /include/asm-s390 | |
parent | c509075e711305d591760e4f0e8f57ff178cd501 (diff) |
Add Kbuild file for S390 'make headers_install'
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/asm-s390')
-rw-r--r-- | include/asm-s390/Kbuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-s390/Kbuild b/include/asm-s390/Kbuild new file mode 100644 index 00000000000..ed8955f49e4 --- /dev/null +++ b/include/asm-s390/Kbuild @@ -0,0 +1,4 @@ +include include/asm-generic/Kbuild.asm + +unifdef-y += cmb.h debug.h +header-y += dasd.h qeth.h tape390.h ucontext.h vtoc.h z90crypt.h |