benchmark: do not build serial driver in context_switch if CONFIG_USE_HP_TIMER is...
[bertos.git] / bertos / cpu / avr / info / avr_post.common
1
2 # CPU type used for flashing
3 MK_PROGRAMMER_CPU = CORE_CPU
4
5 # Name of the flag used by the build system to pass to the compiler the CPU type.
6 MK_MCU = CORE_CPU
7
8 # Add CPU core to tags
9 CPU_TAGS += [ CORE_CPU ]