2008-09-05 08:11:01 +02:00
|
|
|
ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm.h \
|
|
|
|
$(srctree)/include/asm-$(SRCARCH)/kvm.h),)
|
2008-04-02 22:04:40 +02:00
|
|
|
header-y += kvm.h
|
2008-07-01 18:27:16 +02:00
|
|
|
endif
|
2008-04-02 22:04:40 +02:00
|
|
|
|
2008-09-05 08:11:01 +02:00
|
|
|
ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/a.out.h \
|
|
|
|
$(srctree)/include/asm-$(SRCARCH)/a.out.h),)
|
2006-09-19 13:43:58 +02:00
|
|
|
unifdef-y += a.out.h
|
2008-02-08 13:19:28 +01:00
|
|
|
endif
|
2006-09-19 13:43:58 +02:00
|
|
|
unifdef-y += auxvec.h
|
|
|
|
unifdef-y += byteorder.h
|
2009-05-14 00:56:25 +02:00
|
|
|
unifdef-y += bitsperlong.h
|
2006-09-19 13:43:58 +02:00
|
|
|
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
|
2006-12-07 05:40:38 +01:00
|
|
|
unifdef-y += setup.h
|
2006-09-19 13:43:58 +02:00
|
|
|
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
|
2009-01-14 04:27:09 +01:00
|
|
|
unifdef-y += swab.h
|
2006-09-19 13:43:58 +02:00
|
|
|
unifdef-y += termbits.h
|
|
|
|
unifdef-y += termios.h
|
|
|
|
unifdef-y += types.h
|
|
|
|
unifdef-y += unistd.h
|