diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-01-08 04:05:03 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:19:02 -0500 |
commit | e08d8aaeadac37c8d149b5d5bda6cf7a98d21e92 (patch) | |
tree | ce4d8d2d91bdc51984a46c4966e9547a6cc370b9 /include/asm-sh/Kbuild | |
parent | 6e3037d30e0abb8e84d0e05144b99047d5bab897 (diff) |
sh: Fix posix_types.h userspace breakage from sh64 merge.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/Kbuild')
-rw-r--r-- | include/asm-sh/Kbuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-sh/Kbuild b/include/asm-sh/Kbuild index 76a8ccf254a5..43910cdf78a5 100644 --- a/include/asm-sh/Kbuild +++ b/include/asm-sh/Kbuild | |||
@@ -1,3 +1,8 @@ | |||
1 | include include/asm-generic/Kbuild.asm | 1 | include include/asm-generic/Kbuild.asm |
2 | 2 | ||
3 | header-y += cpu-features.h | 3 | header-y += cpu-features.h |
4 | |||
5 | unifdef-y += unistd_32.h | ||
6 | unifdef-y += unistd_64.h | ||
7 | unifdef-y += posix_types_32.h | ||
8 | unifdef-y += posix_types_64.h | ||