Unleashed v1.4
[unleashed.git] / arch / x86 / Sconfig
blob16f3cdf2fdaafdf61664743a658d455c57034490
1 ((const
2    MACH
3    'amd64)
5  (const
6    MACH32
7    'i386)
9  (const
10    MACH64
11    'amd64)
13  (const
14    ISA32
15    'ia32)
17  (const
18    ISA64
19    'amd64)
21  (const
22    ; Build 64-bit kernel modules
23    KERNEL_BITS
24    64)
26  (include "../../Sconfig"))
28 ; vim: set syntax=scheme: