Merge commit 'v2.6.29-rc7' into next
[sfrench/cifs-2.6.git] / include / asm-generic / Kbuild.asm
1 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm.h \
2                   $(srctree)/include/asm-$(SRCARCH)/kvm.h),)
3 header-y  += kvm.h
4 endif
5
6 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/a.out.h \
7                   $(srctree)/include/asm-$(SRCARCH)/a.out.h),)
8 unifdef-y += a.out.h
9 endif
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
25 unifdef-y += setup.h
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 += swab.h
35 unifdef-y += termbits.h
36 unifdef-y += termios.h
37 unifdef-y += types.h
38 unifdef-y += unistd.h