diff options
Diffstat (limited to 'arch/sh/include/asm/Kbuild')
-rw-r--r-- | arch/sh/include/asm/Kbuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/arch/sh/include/asm/Kbuild b/arch/sh/include/asm/Kbuild index b4d3462f1dc3..7beb42322f60 100644 --- a/arch/sh/include/asm/Kbuild +++ b/arch/sh/include/asm/Kbuild | |||
@@ -3,10 +3,9 @@ include include/asm-generic/Kbuild.asm | |||
3 | header-y += cachectl.h | 3 | header-y += cachectl.h |
4 | header-y += cpu-features.h | 4 | header-y += cpu-features.h |
5 | header-y += hw_breakpoint.h | 5 | header-y += hw_breakpoint.h |
6 | 6 | header-y += posix_types_32.h | |
7 | unifdef-y += unistd_32.h | 7 | header-y += posix_types_64.h |
8 | unifdef-y += unistd_64.h | 8 | header-y += ptrace_32.h |
9 | unifdef-y += posix_types_32.h | 9 | header-y += ptrace_64.h |
10 | unifdef-y += posix_types_64.h | 10 | header-y += unistd_32.h |
11 | unifdef-y += ptrace_32.h | 11 | header-y += unistd_64.h |
12 | unifdef-y += ptrace_64.h | ||