Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1984 → Rev 1985

/trunk/kernel/kernel.config
139,3 → 139,6
@ [ARCH=ia64] "mm/purge1" Itanium TLB purge test
@ [ARCH=mips32] "debug/mips1" MIPS breakpoint-debug test
! CONFIG_TEST (choice)
 
# Benchmark test
! [CONFIG_TEST!=] CONFIG_BENCH (y/n)
/trunk/kernel/Makefile
115,6 → 115,10
endif
endif
 
ifeq ($(CONFIG_BENCH),y)
DEFS += -DCONFIG_BENCH
endif
 
## Toolchain configuration
#