commit | e08d8aaeadac37c8d149b5d5bda6cf7a98d21e92 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Jan 08 18:05:03 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Jan 28 13:19:02 2008 +0900 |
tree | ce4d8d2d91bdc51984a46c4966e9547a6cc370b9 | |
parent | 6e3037d30e0abb8e84d0e05144b99047d5bab897 [diff] [blame] |
sh: Fix posix_types.h userspace breakage from sh64 merge. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/include/asm-sh/Kbuild b/include/asm-sh/Kbuild index 76a8ccf..43910cd 100644 --- a/include/asm-sh/Kbuild +++ b/include/asm-sh/Kbuild
@@ -1,3 +1,8 @@ include include/asm-generic/Kbuild.asm header-y += cpu-features.h + +unifdef-y += unistd_32.h +unifdef-y += unistd_64.h +unifdef-y += posix_types_32.h +unifdef-y += posix_types_64.h