diff options
Diffstat (limited to 'include/asm-i386/Kbuild')
-rw-r--r-- | include/asm-i386/Kbuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/asm-i386/Kbuild b/include/asm-i386/Kbuild new file mode 100644 index 000000000000..147e4ac1ebf0 --- /dev/null +++ b/include/asm-i386/Kbuild @@ -0,0 +1,11 @@ +include include/asm-generic/Kbuild.asm + +header-y += boot.h +header-y += debugreg.h +header-y += ldt.h +header-y += ptrace-abi.h +header-y += ucontext.h + +unifdef-y += mtrr.h +unifdef-y += setup.h +unifdef-y += vm86.h |