X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Fbenchmark%2Fkernel-core_avr%2Fkernel-core_avr.mk;fp=examples%2Fbenchmark%2Fkernel-core_avr%2Fkernel-core_avr.mk;h=d678c3bf4714eac32f3f471813d20a3c7f245747;hb=a86a8b231ae610974f053b1d2bd9172582f60a25;hp=0000000000000000000000000000000000000000;hpb=1d10dbcdf05ceaf77f1f6a394e6ee63050d6c89a;p=bertos.git diff --git a/examples/benchmark/kernel-core_avr/kernel-core_avr.mk b/examples/benchmark/kernel-core_avr/kernel-core_avr.mk new file mode 100644 index 00000000..d678c3bf --- /dev/null +++ b/examples/benchmark/kernel-core_avr/kernel-core_avr.mk @@ -0,0 +1,49 @@ +# +# Copyright 2009 Develer S.r.l. (http://www.develer.com/) +# All rights reserved. +# +# Makefile template for BeRTOS wizard. +# +# Author: Lorenzo Berni +# +# + +# Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help +kernel-core_avr_PROGRAMMER_TYPE = none +kernel-core_avr_PROGRAMMER_PORT = none + +# Files included by the user. +kernel-core_avr_USER_CSRC = \ + examples/benchmark/kernel-core_avr/main.c \ + # + +# Files included by the user. +kernel-core_avr_USER_PCSRC = \ + # + +# Files included by the user. +kernel-core_avr_USER_CPPASRC = \ + # + +# Files included by the user. +kernel-core_avr_USER_CXXSRC = \ + # + +# Files included by the user. +kernel-core_avr_USER_ASRC = \ + # + +# Flags included by the user. +kernel-core_avr_USER_LDFLAGS = \ + # + +# Flags included by the user. +kernel-core_avr_USER_CPPAFLAGS = -O2 \ + # + +# Flags included by the user. +kernel-core_avr_USER_CPPFLAGS = -O2 \ + # + +# Include the mk file generated by the wizard +include examples/benchmark/kernel-core_avr/kernel-core_avr_wiz.mk