diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 12:45:15 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 12:45:15 +0100 |
commit | 57e580f885a62c21fe75e35e9e445fb6fb82509c (patch) | |
tree | f745b3e51d826908bb3de2a3a4a479fa6b7fd4a4 /include | |
parent | a29ee9f3bf49d9a19def177145dcb85fc021c096 (diff) | |
download | op-kernel-dev-57e580f885a62c21fe75e35e9e445fb6fb82509c.zip op-kernel-dev-57e580f885a62c21fe75e35e9e445fb6fb82509c.tar.gz |
Add Kbuild file for Alpha 'make headers_install'
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-alpha/Kbuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-alpha/Kbuild b/include/asm-alpha/Kbuild new file mode 100644 index 0000000..e57fd57 --- /dev/null +++ b/include/asm-alpha/Kbuild @@ -0,0 +1,5 @@ +include include/asm-generic/Kbuild.asm + +unifdef-y += console.h fpu.h sysinfo.h + +header-y += gentrap.h regdef.h pal.h reg.h |