don't bother resolving onbld python module deps
[unleashed.git] / arch / x86 / Sconfig
blob6182a80d6bbe1327ac592d42ccfe0e8b4625339a
1 ((const
2    MACH
3    'i386)
5  (const
6    MACH32
7    'i86)
9  (const
10    MACH64
11    'amd64)
13  (const
14    ISA32
15    'ia32)
17  (const
18    ISA64
19    'amd64)
21  (const
22    PLATFORM
23    'i86pc)
25  (const
26    ; Build 64-bit kernel modules
27    KERNEL_BITS
28    64)
30  (include "../../Sconfig"))
32 ; vim: set syntax=scheme: