aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/include/uapi/asm/Kbuild
diff options
context:
space:
mode:
authorRabin Vincent <rabin@rab.in>2015-03-27 22:32:27 +0100
committerJesper Nilsson <jespern@axis.com>2015-09-05 00:33:25 +0200
commit835e4177284e1574033dea47d4bb8e55c21b6345 (patch)
tree5da9b72eb57263b05e634e5f456b7c1cc62ec505 /arch/cris/include/uapi/asm/Kbuild
parentCRISv32: Squash compile warnings for axisflashmap (diff)
downloadlinux-dev-835e4177284e1574033dea47d4bb8e55c21b6345.tar.xz
linux-dev-835e4177284e1574033dea47d4bb8e55c21b6345.zip
CRIS: UAPI: fix ptrace.h
The exported ptrace.h header on CRIS references an "arch" directory which does not exist. Fix this by having the variants in the same directory and including them conditionally, similar to other architectures. Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/include/uapi/asm/Kbuild')
-rw-r--r--arch/cris/include/uapi/asm/Kbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/cris/include/uapi/asm/Kbuild b/arch/cris/include/uapi/asm/Kbuild
index 01f66b8f15e5..8443dc81f19b 100644
--- a/arch/cris/include/uapi/asm/Kbuild
+++ b/arch/cris/include/uapi/asm/Kbuild
@@ -19,6 +19,8 @@ header-y += param.h
header-y += poll.h
header-y += posix_types.h
header-y += ptrace.h
+header-y += ptrace_v10.h
+header-y += ptrace_v32.h
header-y += resource.h
header-y += rs485.h
header-y += sembuf.h