diff options
Diffstat (limited to 'include/asm-x86/Kbuild')
-rw-r--r-- | include/asm-x86/Kbuild | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/include/asm-x86/Kbuild b/include/asm-x86/Kbuild new file mode 100644 index 000000000000..c5e43cb39874 --- /dev/null +++ b/include/asm-x86/Kbuild | |||
@@ -0,0 +1,88 @@ | |||
1 | include include/asm-generic/Kbuild.asm | ||
2 | |||
3 | header-y += boot.h | ||
4 | header-y += bootsetup.h | ||
5 | header-y += debugreg_32.h | ||
6 | header-y += debugreg_64.h | ||
7 | header-y += debugreg.h | ||
8 | header-y += ldt_32.h | ||
9 | header-y += ldt_64.h | ||
10 | header-y += ldt.h | ||
11 | header-y += msr-index.h | ||
12 | header-y += prctl.h | ||
13 | header-y += ptrace-abi_32.h | ||
14 | header-y += ptrace-abi_64.h | ||
15 | header-y += ptrace-abi.h | ||
16 | header-y += sigcontext32.h | ||
17 | header-y += ucontext_32.h | ||
18 | header-y += ucontext_64.h | ||
19 | header-y += ucontext.h | ||
20 | header-y += vsyscall32.h | ||
21 | |||
22 | unifdef-y += a.out_32.h | ||
23 | unifdef-y += a.out_64.h | ||
24 | unifdef-y += auxvec_32.h | ||
25 | unifdef-y += auxvec_64.h | ||
26 | unifdef-y += byteorder_32.h | ||
27 | unifdef-y += byteorder_64.h | ||
28 | unifdef-y += elf_32.h | ||
29 | unifdef-y += elf_64.h | ||
30 | unifdef-y += errno_32.h | ||
31 | unifdef-y += errno_64.h | ||
32 | unifdef-y += ioctls_32.h | ||
33 | unifdef-y += ioctls_64.h | ||
34 | unifdef-y += ipcbuf_32.h | ||
35 | unifdef-y += ipcbuf_64.h | ||
36 | unifdef-y += mce.h | ||
37 | unifdef-y += mman_32.h | ||
38 | unifdef-y += mman_64.h | ||
39 | unifdef-y += msgbuf_32.h | ||
40 | unifdef-y += msgbuf_64.h | ||
41 | unifdef-y += msr_32.h | ||
42 | unifdef-y += msr_64.h | ||
43 | unifdef-y += msr.h | ||
44 | unifdef-y += mtrr_32.h | ||
45 | unifdef-y += mtrr_64.h | ||
46 | unifdef-y += mtrr.h | ||
47 | unifdef-y += page_32.h | ||
48 | unifdef-y += page_64.h | ||
49 | unifdef-y += param_32.h | ||
50 | unifdef-y += param_64.h | ||
51 | unifdef-y += posix_types_32.h | ||
52 | unifdef-y += posix_types_64.h | ||
53 | unifdef-y += ptrace_32.h | ||
54 | unifdef-y += ptrace_64.h | ||
55 | unifdef-y += resource_32.h | ||
56 | unifdef-y += resource_64.h | ||
57 | unifdef-y += sembuf_32.h | ||
58 | unifdef-y += sembuf_64.h | ||
59 | unifdef-y += setup_32.h | ||
60 | unifdef-y += setup_64.h | ||
61 | unifdef-y += shmbuf_32.h | ||
62 | unifdef-y += shmbuf_64.h | ||
63 | unifdef-y += shmparam_32.h | ||
64 | unifdef-y += shmparam_64.h | ||
65 | unifdef-y += sigcontext_32.h | ||
66 | unifdef-y += sigcontext_64.h | ||
67 | unifdef-y += siginfo_32.h | ||
68 | unifdef-y += siginfo_64.h | ||
69 | unifdef-y += signal_32.h | ||
70 | unifdef-y += signal_64.h | ||
71 | unifdef-y += sockios_32.h | ||
72 | unifdef-y += sockios_64.h | ||
73 | unifdef-y += stat_32.h | ||
74 | unifdef-y += stat_64.h | ||
75 | unifdef-y += statfs_32.h | ||
76 | unifdef-y += statfs_64.h | ||
77 | unifdef-y += termbits_32.h | ||
78 | unifdef-y += termbits_64.h | ||
79 | unifdef-y += termios_32.h | ||
80 | unifdef-y += termios_64.h | ||
81 | unifdef-y += types_32.h | ||
82 | unifdef-y += types_64.h | ||
83 | unifdef-y += unistd_32.h | ||
84 | unifdef-y += unistd_64.h | ||
85 | unifdef-y += user_32.h | ||
86 | unifdef-y += user_64.h | ||
87 | unifdef-y += vm86.h | ||
88 | unifdef-y += vsyscall.h | ||