Subversion Repositories HelenOS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3807 decky 1
# Platform
2
PLATFORM = ppc64
3
 
4
# Ramdisk format
5
RDFMT = tmpfs
6
 
7
# Compiler
8
COMPILER = gcc_cross
9
 
10
# Debug build
11
CONFIG_DEBUG = y
12
 
13
# Support for userspace debuggers
14
CONFIG_UDEBUG = n
15
 
16
# Kernel console support
17
CONFIG_KCONSOLE = y
18
 
19
# Detailed kernel logging
20
CONFIG_LOG = n
21
 
22
# Compile kernel tests
23
CONFIG_TEST = y