home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-x86_64 / Kbuild < prev    next >
Encoding:
Text File  |  2006-08-11  |  286 b   |  12 lines

  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
  12.