Skip to content

Commit

Permalink
Add Kbuild file for x86_64 'make headers_install'
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
David Woodhouse committed Jun 18, 2006
1 parent 6a87a86 commit 54863bb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions include/asm-x86_64/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
include include/asm-generic/Kbuild.asm

ALTARCH := i386
ARCHDEF := defined __x86_64__
ALTARCHDEF := defined __i386__

header-y += boot.h bootsetup.h cpufeature.h debugreg.h ldt.h \
msr.h prctl.h setup.h sigcontext32.h ucontext.h \
vsyscall32.h

unifdef-y += mce.h mtrr.h vsyscall.h

0 comments on commit 54863bb

Please sign in to comment.