Kbuild.asm 936 字节
Newer Older
1 2
ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm.h \
      		  $(srctree)/include/asm-$(SRCARCH)/kvm.h),)
3
header-y  += kvm.h
A
Adrian Bunk 已提交
4
endif
5

6 7
ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/a.out.h \
      		  $(srctree)/include/asm-$(SRCARCH)/a.out.h),)
8
unifdef-y += a.out.h
9
endif
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
unifdef-y += auxvec.h
unifdef-y += byteorder.h
unifdef-y += errno.h
unifdef-y += fcntl.h
unifdef-y += ioctl.h
unifdef-y += ioctls.h
unifdef-y += ipcbuf.h
unifdef-y += mman.h
unifdef-y += msgbuf.h
unifdef-y += param.h
unifdef-y += poll.h
unifdef-y += posix_types.h
unifdef-y += ptrace.h
unifdef-y += resource.h
unifdef-y += sembuf.h
25
unifdef-y += setup.h
26 27 28 29 30 31 32 33
unifdef-y += shmbuf.h
unifdef-y += sigcontext.h
unifdef-y += siginfo.h
unifdef-y += signal.h
unifdef-y += socket.h
unifdef-y += sockios.h
unifdef-y += stat.h
unifdef-y += statfs.h
34
unifdef-y += swab.h
35 36 37 38
unifdef-y += termbits.h
unifdef-y += termios.h
unifdef-y += types.h
unifdef-y += unistd.h