Changeset 3783d7d in mainline for kernel/Makefile


Ignore:
Timestamp:
2006-11-20T15:17:26Z (18 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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.