diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2010-08-14 04:20:19 -0400 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2010-08-14 16:26:51 -0400 |
commit | bf56fba6703592149e1bcd19220c60eb42dff9b7 (patch) | |
tree | 45908384005037b96ef4561345ded09da1798f14 /arch/sh | |
parent | 60641aa1f379820e99ac7f45a38b43795670c741 (diff) |
archs: replace unifdef-y with header-y
unifdef-y and header-y have same semantic, so drop unifdef-y
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/include/asm/Kbuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/arch/sh/include/asm/Kbuild b/arch/sh/include/asm/Kbuild index 46cb93477bcb..0eed47b236ab 100644 --- a/arch/sh/include/asm/Kbuild +++ b/arch/sh/include/asm/Kbuild | |||
@@ -3,8 +3,7 @@ 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 += unistd_32.h |
9 | unifdef-y += posix_types_32.h | 9 | header-y += unistd_64.h |
10 | unifdef-y += posix_types_64.h | ||