diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-01-13 01:06:28 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-01-13 01:06:28 -0500 |
commit | f43dc23d5ea91fca257be02138a255f02d98e806 (patch) | |
tree | b29722f6e965316e90ac97abf79923ced250dc21 /include/asm-generic/Kbuild.asm | |
parent | f8e53553f452dcbf67cb89c8cba63a1cd6eb4cc0 (diff) | |
parent | 4162cf64973df51fc885825bc9ca4d055891c49f (diff) |
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into common/serial-rework
Conflicts:
arch/sh/kernel/cpu/sh2/setup-sh7619.c
arch/sh/kernel/cpu/sh2a/setup-mxg.c
arch/sh/kernel/cpu/sh2a/setup-sh7201.c
arch/sh/kernel/cpu/sh2a/setup-sh7203.c
arch/sh/kernel/cpu/sh2a/setup-sh7206.c
arch/sh/kernel/cpu/sh3/setup-sh7705.c
arch/sh/kernel/cpu/sh3/setup-sh770x.c
arch/sh/kernel/cpu/sh3/setup-sh7710.c
arch/sh/kernel/cpu/sh3/setup-sh7720.c
arch/sh/kernel/cpu/sh4/setup-sh4-202.c
arch/sh/kernel/cpu/sh4/setup-sh7750.c
arch/sh/kernel/cpu/sh4/setup-sh7760.c
arch/sh/kernel/cpu/sh4a/setup-sh7343.c
arch/sh/kernel/cpu/sh4a/setup-sh7366.c
arch/sh/kernel/cpu/sh4a/setup-sh7722.c
arch/sh/kernel/cpu/sh4a/setup-sh7723.c
arch/sh/kernel/cpu/sh4a/setup-sh7724.c
arch/sh/kernel/cpu/sh4a/setup-sh7763.c
arch/sh/kernel/cpu/sh4a/setup-sh7770.c
arch/sh/kernel/cpu/sh4a/setup-sh7780.c
arch/sh/kernel/cpu/sh4a/setup-sh7785.c
arch/sh/kernel/cpu/sh4a/setup-sh7786.c
arch/sh/kernel/cpu/sh4a/setup-shx3.c
arch/sh/kernel/cpu/sh5/setup-sh5.c
drivers/serial/sh-sci.c
drivers/serial/sh-sci.h
include/linux/serial_sci.h
Diffstat (limited to 'include/asm-generic/Kbuild.asm')
-rw-r--r-- | include/asm-generic/Kbuild.asm | 72 |
1 files changed, 39 insertions, 33 deletions
diff --git a/include/asm-generic/Kbuild.asm b/include/asm-generic/Kbuild.asm index 290910e4ede4..c5d2e5dd871b 100644 --- a/include/asm-generic/Kbuild.asm +++ b/include/asm-generic/Kbuild.asm | |||
@@ -1,39 +1,45 @@ | |||
1 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm.h \ | 1 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm.h \ |
2 | $(srctree)/include/asm-$(SRCARCH)/kvm.h),) | 2 | $(srctree)/include/asm-$(SRCARCH)/kvm.h),) |
3 | header-y += kvm.h | 3 | header-y += kvm.h |
4 | endif | 4 | endif |
5 | 5 | ||
6 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm_para.h \ | ||
7 | $(srctree)/include/asm-$(SRCARCH)/kvm_para.h),) | ||
8 | header-y += kvm_para.h | ||
9 | endif | ||
10 | |||
6 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/a.out.h \ | 11 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/a.out.h \ |
7 | $(srctree)/include/asm-$(SRCARCH)/a.out.h),) | 12 | $(srctree)/include/asm-$(SRCARCH)/a.out.h),) |
8 | unifdef-y += a.out.h | 13 | header-y += a.out.h |
9 | endif | 14 | endif |
10 | unifdef-y += auxvec.h | 15 | |
11 | unifdef-y += byteorder.h | 16 | header-y += auxvec.h |
12 | unifdef-y += bitsperlong.h | 17 | header-y += bitsperlong.h |
13 | unifdef-y += errno.h | 18 | header-y += byteorder.h |
14 | unifdef-y += fcntl.h | 19 | header-y += errno.h |
15 | unifdef-y += ioctl.h | 20 | header-y += fcntl.h |
16 | unifdef-y += ioctls.h | 21 | header-y += ioctl.h |
17 | unifdef-y += ipcbuf.h | 22 | header-y += ioctls.h |
18 | unifdef-y += mman.h | 23 | header-y += ipcbuf.h |
19 | unifdef-y += msgbuf.h | 24 | header-y += mman.h |
20 | unifdef-y += param.h | 25 | header-y += msgbuf.h |
21 | unifdef-y += poll.h | 26 | header-y += param.h |
22 | unifdef-y += posix_types.h | 27 | header-y += poll.h |
23 | unifdef-y += ptrace.h | 28 | header-y += posix_types.h |
24 | unifdef-y += resource.h | 29 | header-y += ptrace.h |
25 | unifdef-y += sembuf.h | 30 | header-y += resource.h |
26 | unifdef-y += setup.h | 31 | header-y += sembuf.h |
27 | unifdef-y += shmbuf.h | 32 | header-y += setup.h |
28 | unifdef-y += sigcontext.h | 33 | header-y += shmbuf.h |
29 | unifdef-y += siginfo.h | 34 | header-y += sigcontext.h |
30 | unifdef-y += signal.h | 35 | header-y += siginfo.h |
31 | unifdef-y += socket.h | 36 | header-y += signal.h |
32 | unifdef-y += sockios.h | 37 | header-y += socket.h |
33 | unifdef-y += stat.h | 38 | header-y += sockios.h |
34 | unifdef-y += statfs.h | 39 | header-y += stat.h |
35 | unifdef-y += swab.h | 40 | header-y += statfs.h |
36 | unifdef-y += termbits.h | 41 | header-y += swab.h |
37 | unifdef-y += termios.h | 42 | header-y += termbits.h |
38 | unifdef-y += types.h | 43 | header-y += termios.h |
39 | unifdef-y += unistd.h | 44 | header-y += types.h |
45 | header-y += unistd.h | ||