Changeset 3783d7d in mainline


Ignore:
Timestamp:
2006-11-20T15:17:26Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
aa802679
Parents:
d4f184f
Message:

add benchmarking configuration directive

Location:
kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    rd4f184f r3783d7d  
    114114                DEFS += -DCONFIG_VESA_BPP=$(CONFIG_VESA_BPP)
    115115        endif
     116endif
     117
     118ifeq ($(CONFIG_BENCH),y)
     119        DEFS += -DCONFIG_BENCH
    116120endif
    117121
  • kernel/kernel.config

    rd4f184f r3783d7d  
    140140@ [ARCH=mips32] "debug/mips1" MIPS breakpoint-debug test
    141141! CONFIG_TEST (choice)
     142
     143# Benchmark test
     144! [CONFIG_TEST!=] CONFIG_BENCH (y/n)
Note: See TracChangeset for help on using the changeset viewer.