diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-09-21 10:33:55 +0200 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-09-21 10:33:55 +0200 |
commit | ed9526b0d342a1c08a19f880c3f0c1d0fec4e8db (patch) | |
tree | a09b43d06d123bbf8763eb91a5c2c46632d8e27f /include/asm-cris/arch-v32 | |
parent | Fix v850 exported headers (diff) | |
download | linux-ed9526b0d342a1c08a19f880c3f0c1d0fec4e8db.tar.xz linux-ed9526b0d342a1c08a19f880c3f0c1d0fec4e8db.zip |
Clean up exported headers on CRIS
This fixes most of the issues with exported headers on CRIS, although
we do still need to deal with the asm/arch symlink.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/asm-cris/arch-v32')
-rw-r--r-- | include/asm-cris/arch-v32/Kbuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-cris/arch-v32/Kbuild b/include/asm-cris/arch-v32/Kbuild new file mode 100644 index 000000000000..d7f27dc0941a --- /dev/null +++ b/include/asm-cris/arch-v32/Kbuild @@ -0,0 +1,2 @@ +header-y += ptrace.h +header-y += user.h |