Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3806 → Rev 3807

/trunk/contrib/default/ppc64/output
0,0 → 1,0
image.boot
/trunk/contrib/default/ppc64/Makefile.config
0,0 → 1,23
# Platform
PLATFORM = ppc64
 
# Ramdisk format
RDFMT = tmpfs
 
# Compiler
COMPILER = gcc_cross
 
# Debug build
CONFIG_DEBUG = y
 
# Support for userspace debuggers
CONFIG_UDEBUG = n
 
# Kernel console support
CONFIG_KCONSOLE = y
 
# Detailed kernel logging
CONFIG_LOG = n
 
# Compile kernel tests
CONFIG_TEST = y