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>
This commit is contained in:
Sam Ravnborg
2010-08-14 10:20:19 +02:00
parent 60641aa1f3
commit bf56fba670
11 changed files with 67 additions and 75 deletions

View File

@@ -3,8 +3,7 @@ include include/asm-generic/Kbuild.asm
header-y += cachectl.h
header-y += cpu-features.h
header-y += hw_breakpoint.h
unifdef-y += unistd_32.h
unifdef-y += unistd_64.h
unifdef-y += posix_types_32.h
unifdef-y += posix_types_64.h
header-y += posix_types_32.h
header-y += posix_types_64.h
header-y += unistd_32.h
header-y += unistd_64.h