# # 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-only_arm_PROGRAMMER_TYPE = none kernel-only_arm_PROGRAMMER_PORT = none # Files included by the user. kernel-only_arm_USER_CSRC = \ examples/benchmark/kernel-only_arm/main.c \ bertos/mware/event.c \ # # Files included by the user. kernel-only_arm_USER_PCSRC = \ # # Files included by the user. kernel-only_arm_USER_CPPASRC = \ # # Files included by the user. kernel-only_arm_USER_CXXSRC = \ # # Files included by the user. kernel-only_arm_USER_ASRC = \ # # Flags included by the user. kernel-only_arm_USER_LDFLAGS = \ # # Flags included by the user. kernel-only_arm_USER_CPPAFLAGS = -Os # Flags included by the user. kernel-only_arm_USER_CPPFLAGS = -Os \ # # Include the mk file generated by the wizard include examples/benchmark/kernel-only_arm/kernel-only_arm_wiz.mk