diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-01-08 18:05:03 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 13:19:02 +0900 |
commit | e08d8aaeadac37c8d149b5d5bda6cf7a98d21e92 (patch) | |
tree | ce4d8d2d91bdc51984a46c4966e9547a6cc370b9 /include/asm-sh/Kbuild | |
parent | 6e3037d30e0abb8e84d0e05144b99047d5bab897 (diff) | |
download | linux-e08d8aaeadac37c8d149b5d5bda6cf7a98d21e92.tar.bz2 |
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 @@ 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 |