To do once more a little piece os2ss
[reactos.git] / reactos / config
1 #
2 # Architecture to build for
3 #
4 # Specify one of: i386
5 # Possible values in the future: alpha,i386,m68k,mips,powerpc
6 ARCH := i386
7
8 #
9 # Which cpu should reactos optimize for
10 # example : i486, i586, pentium, pentium2, pentium3, pentium4
11 # athlon-xp, athlon-mp, k6-2,
12 #
13 # see gcc manual for more cpu names and which cpus it can
14 # be optimized for.
15 #
16
17 OARCH := i486
18
19 #
20 # Whether to compile in the kernel debugger
21 #
22 KDBG := 0
23
24 #
25 # Whether to compile for debugging
26 #
27 DBG := 0
28
29 #
30 # Whether to compile a multiprocessor or single processor version
31 #
32 CONFIG_SMP := 0
33
34 #
35 # Which version of NDIS do we support up to?
36 #
37 #NDISVERSION=NDIS50
38