diff options
Diffstat (limited to 'include/asm-x86_64/Kbuild')
| -rw-r--r-- | include/asm-x86_64/Kbuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/asm-x86_64/Kbuild b/include/asm-x86_64/Kbuild new file mode 100644 index 000000000000..dc4d101e8a16 --- /dev/null +++ b/include/asm-x86_64/Kbuild | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | include include/asm-generic/Kbuild.asm | ||
| 2 | |||
| 3 | ALTARCH := i386 | ||
| 4 | ARCHDEF := defined __x86_64__ | ||
| 5 | ALTARCHDEF := defined __i386__ | ||
| 6 | |||
| 7 | header-y += boot.h bootsetup.h cpufeature.h debugreg.h ldt.h \ | ||
| 8 | msr.h prctl.h setup.h sigcontext32.h ucontext.h \ | ||
| 9 | vsyscall32.h | ||
| 10 | |||
| 11 | unifdef-y += mce.h mtrr.h vsyscall.h | ||
