unifdef-y and header-y have same semantic, so drop unifdef-y Signed-off-by: Sam Ravnborg <sam@ravnborg.org>tirimbino
parent
60641aa1f3
commit
bf56fba670
@ -1,11 +1,10 @@ |
||||
include include/asm-generic/Kbuild.asm |
||||
|
||||
header-y += compiler.h |
||||
header-y += console.h |
||||
header-y += fpu.h |
||||
header-y += gentrap.h |
||||
header-y += regdef.h |
||||
header-y += pal.h |
||||
header-y += reg.h |
||||
|
||||
unifdef-y += console.h |
||||
unifdef-y += fpu.h |
||||
unifdef-y += sysinfo.h |
||||
unifdef-y += compiler.h |
||||
header-y += regdef.h |
||||
header-y += sysinfo.h |
||||
|
@ -1,3 +1,3 @@ |
||||
include include/asm-generic/Kbuild.asm |
||||
|
||||
unifdef-y += hwcap.h |
||||
header-y += hwcap.h |
||||
|
@ -1,4 +1,4 @@ |
||||
include include/asm-generic/Kbuild.asm |
||||
|
||||
unifdef-y += bfin_sport.h |
||||
unifdef-y += fixed_code.h |
||||
header-y += bfin_sport.h |
||||
header-y += fixed_code.h |
||||
|
@ -1,5 +1,4 @@ |
||||
include include/asm-generic/Kbuild.asm |
||||
|
||||
header-y += registers.h |
||||
|
||||
unifdef-y += termios.h |
||||
header-y += termios.h |
||||
|
@ -1,3 +1,3 @@ |
||||
include include/asm-generic/Kbuild.asm |
||||
|
||||
unifdef-y += pdc.h |
||||
header-y += pdc.h |
||||
|
@ -1,37 +1,36 @@ |
||||
include include/asm-generic/Kbuild.asm |
||||
|
||||
header-y += auxvec.h |
||||
header-y += ioctls.h |
||||
header-y += sembuf.h |
||||
header-y += siginfo.h |
||||
header-y += stat.h |
||||
header-y += bootx.h |
||||
header-y += byteorder.h |
||||
header-y += cputable.h |
||||
header-y += elf.h |
||||
header-y += errno.h |
||||
header-y += ipcbuf.h |
||||
header-y += msgbuf.h |
||||
header-y += shmbuf.h |
||||
header-y += socket.h |
||||
header-y += termbits.h |
||||
header-y += fcntl.h |
||||
header-y += poll.h |
||||
header-y += sockios.h |
||||
header-y += ucontext.h |
||||
header-y += ioctl.h |
||||
header-y += ioctls.h |
||||
header-y += ipcbuf.h |
||||
header-y += linkage.h |
||||
header-y += msgbuf.h |
||||
header-y += nvram.h |
||||
header-y += param.h |
||||
header-y += poll.h |
||||
header-y += posix_types.h |
||||
header-y += ps3fb.h |
||||
header-y += resource.h |
||||
header-y += seccomp.h |
||||
header-y += sembuf.h |
||||
header-y += shmbuf.h |
||||
header-y += sigcontext.h |
||||
header-y += siginfo.h |
||||
header-y += signal.h |
||||
header-y += socket.h |
||||
header-y += sockios.h |
||||
header-y += spu_info.h |
||||
header-y += stat.h |
||||
header-y += statfs.h |
||||
header-y += ps3fb.h |
||||
|
||||
unifdef-y += bootx.h |
||||
unifdef-y += byteorder.h |
||||
unifdef-y += cputable.h |
||||
unifdef-y += elf.h |
||||
unifdef-y += nvram.h |
||||
unifdef-y += param.h |
||||
unifdef-y += posix_types.h |
||||
unifdef-y += seccomp.h |
||||
unifdef-y += signal.h |
||||
unifdef-y += spu_info.h |
||||
unifdef-y += termios.h |
||||
unifdef-y += types.h |
||||
unifdef-y += unistd.h |
||||
header-y += termbits.h |
||||
header-y += termios.h |
||||
header-y += types.h |
||||
header-y += ucontext.h |
||||
header-y += unistd.h |
||||
|
Loading…
Reference in new issue