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:
parent
60641aa1f3
commit
bf56fba670
11 changed files with 67 additions and 75 deletions
|
@ -1,11 +1,10 @@
|
||||||
include include/asm-generic/Kbuild.asm
|
include include/asm-generic/Kbuild.asm
|
||||||
|
|
||||||
|
header-y += compiler.h
|
||||||
|
header-y += console.h
|
||||||
|
header-y += fpu.h
|
||||||
header-y += gentrap.h
|
header-y += gentrap.h
|
||||||
header-y += regdef.h
|
|
||||||
header-y += pal.h
|
header-y += pal.h
|
||||||
header-y += reg.h
|
header-y += reg.h
|
||||||
|
header-y += regdef.h
|
||||||
unifdef-y += console.h
|
header-y += sysinfo.h
|
||||||
unifdef-y += fpu.h
|
|
||||||
unifdef-y += sysinfo.h
|
|
||||||
unifdef-y += compiler.h
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
include include/asm-generic/Kbuild.asm
|
include include/asm-generic/Kbuild.asm
|
||||||
|
|
||||||
unifdef-y += hwcap.h
|
header-y += hwcap.h
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
include include/asm-generic/Kbuild.asm
|
include include/asm-generic/Kbuild.asm
|
||||||
|
|
||||||
unifdef-y += bfin_sport.h
|
header-y += bfin_sport.h
|
||||||
unifdef-y += fixed_code.h
|
header-y += fixed_code.h
|
||||||
|
|
|
@ -4,8 +4,7 @@ header-y += arch-v10/
|
||||||
header-y += arch-v32/
|
header-y += arch-v32/
|
||||||
|
|
||||||
header-y += ethernet.h
|
header-y += ethernet.h
|
||||||
|
header-y += etraxgpio.h
|
||||||
|
header-y += rs485.h
|
||||||
header-y += rtc.h
|
header-y += rtc.h
|
||||||
header-y += sync_serial.h
|
header-y += sync_serial.h
|
||||||
|
|
||||||
unifdef-y += etraxgpio.h
|
|
||||||
unifdef-y += rs485.h
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
include include/asm-generic/Kbuild.asm
|
include include/asm-generic/Kbuild.asm
|
||||||
|
|
||||||
header-y += registers.h
|
header-y += registers.h
|
||||||
|
header-y += termios.h
|
||||||
unifdef-y += termios.h
|
|
||||||
|
|
|
@ -2,14 +2,13 @@ include include/asm-generic/Kbuild.asm
|
||||||
|
|
||||||
header-y += break.h
|
header-y += break.h
|
||||||
header-y += fpu.h
|
header-y += fpu.h
|
||||||
|
header-y += gcc_intrin.h
|
||||||
header-y += ia64regs.h
|
header-y += ia64regs.h
|
||||||
header-y += intel_intrin.h
|
header-y += intel_intrin.h
|
||||||
|
header-y += intrinsics.h
|
||||||
|
header-y += perfmon.h
|
||||||
header-y += perfmon_default_smpl.h
|
header-y += perfmon_default_smpl.h
|
||||||
header-y += ptrace_offsets.h
|
header-y += ptrace_offsets.h
|
||||||
header-y += rse.h
|
header-y += rse.h
|
||||||
header-y += ucontext.h
|
header-y += ucontext.h
|
||||||
|
header-y += ustack.h
|
||||||
unifdef-y += gcc_intrin.h
|
|
||||||
unifdef-y += intrinsics.h
|
|
||||||
unifdef-y += perfmon.h
|
|
||||||
unifdef-y += ustack.h
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
include include/asm-generic/Kbuild.asm
|
include include/asm-generic/Kbuild.asm
|
||||||
|
|
||||||
unifdef-y += pdc.h
|
header-y += pdc.h
|
||||||
|
|
|
@ -1,37 +1,36 @@
|
||||||
include include/asm-generic/Kbuild.asm
|
include include/asm-generic/Kbuild.asm
|
||||||
|
|
||||||
header-y += auxvec.h
|
header-y += auxvec.h
|
||||||
header-y += ioctls.h
|
header-y += bootx.h
|
||||||
header-y += sembuf.h
|
header-y += byteorder.h
|
||||||
header-y += siginfo.h
|
header-y += cputable.h
|
||||||
header-y += stat.h
|
header-y += elf.h
|
||||||
header-y += errno.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 += fcntl.h
|
||||||
header-y += poll.h
|
|
||||||
header-y += sockios.h
|
|
||||||
header-y += ucontext.h
|
|
||||||
header-y += ioctl.h
|
header-y += ioctl.h
|
||||||
|
header-y += ioctls.h
|
||||||
|
header-y += ipcbuf.h
|
||||||
header-y += linkage.h
|
header-y += linkage.h
|
||||||
header-y += resource.h
|
header-y += msgbuf.h
|
||||||
header-y += sigcontext.h
|
header-y += nvram.h
|
||||||
header-y += statfs.h
|
header-y += param.h
|
||||||
|
header-y += poll.h
|
||||||
|
header-y += posix_types.h
|
||||||
header-y += ps3fb.h
|
header-y += ps3fb.h
|
||||||
|
header-y += resource.h
|
||||||
unifdef-y += bootx.h
|
header-y += seccomp.h
|
||||||
unifdef-y += byteorder.h
|
header-y += sembuf.h
|
||||||
unifdef-y += cputable.h
|
header-y += shmbuf.h
|
||||||
unifdef-y += elf.h
|
header-y += sigcontext.h
|
||||||
unifdef-y += nvram.h
|
header-y += siginfo.h
|
||||||
unifdef-y += param.h
|
header-y += signal.h
|
||||||
unifdef-y += posix_types.h
|
header-y += socket.h
|
||||||
unifdef-y += seccomp.h
|
header-y += sockios.h
|
||||||
unifdef-y += signal.h
|
header-y += spu_info.h
|
||||||
unifdef-y += spu_info.h
|
header-y += stat.h
|
||||||
unifdef-y += termios.h
|
header-y += statfs.h
|
||||||
unifdef-y += types.h
|
header-y += termbits.h
|
||||||
unifdef-y += unistd.h
|
header-y += termios.h
|
||||||
|
header-y += types.h
|
||||||
|
header-y += ucontext.h
|
||||||
|
header-y += unistd.h
|
||||||
|
|
|
@ -1,15 +1,14 @@
|
||||||
include include/asm-generic/Kbuild.asm
|
include include/asm-generic/Kbuild.asm
|
||||||
|
|
||||||
|
header-y += chpid.h
|
||||||
|
header-y += chsc.h
|
||||||
|
header-y += cmb.h
|
||||||
header-y += dasd.h
|
header-y += dasd.h
|
||||||
|
header-y += debug.h
|
||||||
header-y += monwriter.h
|
header-y += monwriter.h
|
||||||
header-y += qeth.h
|
header-y += qeth.h
|
||||||
|
header-y += schid.h
|
||||||
header-y += tape390.h
|
header-y += tape390.h
|
||||||
header-y += ucontext.h
|
header-y += ucontext.h
|
||||||
header-y += vtoc.h
|
header-y += vtoc.h
|
||||||
header-y += zcrypt.h
|
header-y += zcrypt.h
|
||||||
header-y += chsc.h
|
|
||||||
|
|
||||||
unifdef-y += cmb.h
|
|
||||||
unifdef-y += debug.h
|
|
||||||
unifdef-y += chpid.h
|
|
||||||
unifdef-y += schid.h
|
|
||||||
|
|
|
@ -3,8 +3,7 @@ include include/asm-generic/Kbuild.asm
|
||||||
header-y += cachectl.h
|
header-y += cachectl.h
|
||||||
header-y += cpu-features.h
|
header-y += cpu-features.h
|
||||||
header-y += hw_breakpoint.h
|
header-y += hw_breakpoint.h
|
||||||
|
header-y += posix_types_32.h
|
||||||
unifdef-y += unistd_32.h
|
header-y += posix_types_64.h
|
||||||
unifdef-y += unistd_64.h
|
header-y += unistd_32.h
|
||||||
unifdef-y += posix_types_32.h
|
header-y += unistd_64.h
|
||||||
unifdef-y += posix_types_64.h
|
|
||||||
|
|
|
@ -3,24 +3,23 @@ include include/asm-generic/Kbuild.asm
|
||||||
header-y += boot.h
|
header-y += boot.h
|
||||||
header-y += bootparam.h
|
header-y += bootparam.h
|
||||||
header-y += debugreg.h
|
header-y += debugreg.h
|
||||||
|
header-y += e820.h
|
||||||
|
header-y += hw_breakpoint.h
|
||||||
|
header-y += hyperv.h
|
||||||
|
header-y += ist.h
|
||||||
header-y += ldt.h
|
header-y += ldt.h
|
||||||
|
header-y += mce.h
|
||||||
header-y += msr-index.h
|
header-y += msr-index.h
|
||||||
|
header-y += msr.h
|
||||||
|
header-y += mtrr.h
|
||||||
|
header-y += posix_types_32.h
|
||||||
|
header-y += posix_types_64.h
|
||||||
header-y += prctl.h
|
header-y += prctl.h
|
||||||
|
header-y += processor-flags.h
|
||||||
header-y += ptrace-abi.h
|
header-y += ptrace-abi.h
|
||||||
header-y += sigcontext32.h
|
header-y += sigcontext32.h
|
||||||
header-y += ucontext.h
|
header-y += ucontext.h
|
||||||
header-y += processor-flags.h
|
header-y += unistd_32.h
|
||||||
header-y += hw_breakpoint.h
|
header-y += unistd_64.h
|
||||||
header-y += hyperv.h
|
header-y += vm86.h
|
||||||
|
header-y += vsyscall.h
|
||||||
unifdef-y += e820.h
|
|
||||||
unifdef-y += ist.h
|
|
||||||
unifdef-y += mce.h
|
|
||||||
unifdef-y += msr.h
|
|
||||||
unifdef-y += mtrr.h
|
|
||||||
unifdef-y += posix_types_32.h
|
|
||||||
unifdef-y += posix_types_64.h
|
|
||||||
unifdef-y += unistd_32.h
|
|
||||||
unifdef-y += unistd_64.h
|
|
||||||
unifdef-y += vm86.h
|
|
||||||
unifdef-y += vsyscall.h
|
|
||||||
|
|
Loading…
Reference in a new issue