Khem Raj | afbc8d8 | 2008-09-04 23:11:01 -0700 | [diff] [blame] | 1 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm.h \ |
| 2 | $(srctree)/include/asm-$(SRCARCH)/kvm.h),) |
Christian Borntraeger | dd135eb | 2008-04-02 13:04:40 -0700 | [diff] [blame] | 3 | header-y += kvm.h |
Adrian Bunk | 7dcf2a9 | 2008-07-01 19:27:16 +0300 | [diff] [blame] | 4 | endif |
Christian Borntraeger | dd135eb | 2008-04-02 13:04:40 -0700 | [diff] [blame] | 5 | |
Khem Raj | afbc8d8 | 2008-09-04 23:11:01 -0700 | [diff] [blame] | 6 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/a.out.h \ |
| 7 | $(srctree)/include/asm-$(SRCARCH)/a.out.h),) |
David Woodhouse | fadcfa3 | 2006-09-19 12:43:58 +0100 | [diff] [blame] | 8 | unifdef-y += a.out.h |
David Howells | 7fa3031 | 2008-02-08 04:19:28 -0800 | [diff] [blame] | 9 | endif |
David Woodhouse | fadcfa3 | 2006-09-19 12:43:58 +0100 | [diff] [blame] | 10 | unifdef-y += auxvec.h |
| 11 | unifdef-y += byteorder.h |
| 12 | unifdef-y += errno.h |
| 13 | unifdef-y += fcntl.h |
| 14 | unifdef-y += ioctl.h |
| 15 | unifdef-y += ioctls.h |
| 16 | unifdef-y += ipcbuf.h |
| 17 | unifdef-y += mman.h |
| 18 | unifdef-y += msgbuf.h |
| 19 | unifdef-y += param.h |
| 20 | unifdef-y += poll.h |
| 21 | unifdef-y += posix_types.h |
| 22 | unifdef-y += ptrace.h |
| 23 | unifdef-y += resource.h |
| 24 | unifdef-y += sembuf.h |
Adrian Bunk | 7d1362c | 2006-12-06 20:40:38 -0800 | [diff] [blame] | 25 | unifdef-y += setup.h |
David Woodhouse | fadcfa3 | 2006-09-19 12:43:58 +0100 | [diff] [blame] | 26 | unifdef-y += shmbuf.h |
| 27 | unifdef-y += sigcontext.h |
| 28 | unifdef-y += siginfo.h |
| 29 | unifdef-y += signal.h |
| 30 | unifdef-y += socket.h |
| 31 | unifdef-y += sockios.h |
| 32 | unifdef-y += stat.h |
| 33 | unifdef-y += statfs.h |
| 34 | unifdef-y += termbits.h |
| 35 | unifdef-y += termios.h |
| 36 | unifdef-y += types.h |
| 37 | unifdef-y += unistd.h |