X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Farduino%2Fbenchmark%2Farduino_kernel_footprint%2Fkernel_footprint.mk;fp=boards%2Farduino%2Fbenchmark%2Farduino_kernel_footprint%2Fkernel_footprint.mk;h=0000000000000000000000000000000000000000;hb=15646c02b1d1c7690176e197a66ee1380397fee7;hp=e85a02fb69af0f217b9f29131135289abb902992;hpb=3659d918dd3fb3fe6bd0c69c0f9792bbea709792;p=bertos.git diff --git a/boards/arduino/benchmark/arduino_kernel_footprint/kernel_footprint.mk b/boards/arduino/benchmark/arduino_kernel_footprint/kernel_footprint.mk deleted file mode 100644 index e85a02fb..00000000 --- a/boards/arduino/benchmark/arduino_kernel_footprint/kernel_footprint.mk +++ /dev/null @@ -1,88 +0,0 @@ -# -# Wizard autogenerated makefile. -# DO NOT EDIT, use the kernel_footprint_user.mk file instead. -# - -# Constants automatically defined by the selected modules - - -# Our target application -TRG += kernel_footprint - -kernel_footprint_PREFIX = "avr-" - -kernel_footprint_SUFFIX = "" - -kernel_footprint_SRC_PATH = boards/arduino/benchmark/kernel_footprint - -kernel_footprint_HW_PATH = boards/arduino - -# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_CSRC INSTEAD! -kernel_footprint_WIZARD_CSRC = \ - bertos/kern/signal.c \ - bertos/io/kfile.c \ - bertos/kern/sem.c \ - bertos/struct/heap.c \ - bertos/mware/formatwr.c \ - bertos/cpu/avr/drv/timer_avr.c \ - bertos/drv/timer.c \ - bertos/mware/event.c \ - bertos/kern/proc.c \ - bertos/benchmark/kernel_footprint.c \ - bertos/mware/hex.c \ - # - -# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_PCSRC INSTEAD! -kernel_footprint_WIZARD_PCSRC = \ - bertos/mware/formatwr.c \ - # - -# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_CPPASRC INSTEAD! -kernel_footprint_WIZARD_CPPASRC = \ - bertos/cpu/avr/hw/switch_ctx_avr.S \ - # - -# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_CXXSRC INSTEAD! -kernel_footprint_WIZARD_CXXSRC = \ - \ - # - -# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_ASRC INSTEAD! -kernel_footprint_WIZARD_ASRC = \ - \ - # - -kernel_footprint_CPPFLAGS = -D'CPU_FREQ=(16000000UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(kernel_footprint_HW_PATH) -I$(kernel_footprint_SRC_PATH) $(kernel_footprint_CPU_CPPFLAGS) $(kernel_footprint_USER_CPPFLAGS) - -# Automatically generated by the wizard. PLEASE DO NOT EDIT! -kernel_footprint_LDFLAGS = $(kernel_footprint_CPU_LDFLAGS) $(kernel_footprint_WIZARD_LDFLAGS) $(kernel_footprint_USER_LDFLAGS) - -# Automatically generated by the wizard. PLEASE DO NOT EDIT! -kernel_footprint_CPPAFLAGS = $(kernel_footprint_CPU_CPPAFLAGS) $(kernel_footprint_WIZARD_CPPAFLAGS) $(kernel_footprint_USER_CPPAFLAGS) - -# Automatically generated by the wizard. PLEASE DO NOT EDIT! -kernel_footprint_CSRC = $(kernel_footprint_CPU_CSRC) $(kernel_footprint_WIZARD_CSRC) $(kernel_footprint_USER_CSRC) - -# Automatically generated by the wizard. PLEASE DO NOT EDIT! -kernel_footprint_PCSRC = $(kernel_footprint_CPU_PCSRC) $(kernel_footprint_WIZARD_PCSRC) $(kernel_footprint_USER_PCSRC) - -# Automatically generated by the wizard. PLEASE DO NOT EDIT! -kernel_footprint_CPPASRC = $(kernel_footprint_CPU_CPPASRC) $(kernel_footprint_WIZARD_CPPASRC) $(kernel_footprint_USER_CPPASRC) - -# Automatically generated by the wizard. PLEASE DO NOT EDIT! -kernel_footprint_CXXSRC = $(kernel_footprint_CPU_CXXSRC) $(kernel_footprint_WIZARD_CXXSRC) $(kernel_footprint_USER_CXXSRC) - -# Automatically generated by the wizard. PLEASE DO NOT EDIT! -kernel_footprint_ASRC = $(kernel_footprint_CPU_ASRC) $(kernel_footprint_WIZARD_ASRC) $(kernel_footprint_USER_ASRC) - -# CPU specific flags and options, defined in the CPU definition files. -# Automatically generated by the wizard. PLEASE DO NOT EDIT! -kernel_footprint_MCU = atmega328p -kernel_footprint_CPU_CPPFLAGS = -Os -Ibertos/cpu/avr/ -kernel_footprint_PROGRAMMER_CPU = atmega328p -kernel_footprint_STOPFLASH_SCRIPT = bertos/prg_scripts/avr/stopflash.sh -kernel_footprint_STOPDEBUG_SCRIPT = bertos/prg_scripts/none.sh -kernel_footprint_DEBUG_SCRIPT = bertos/prg_scripts/nodebug.sh -kernel_footprint_FLASH_SCRIPT = bertos/prg_scripts/avr/flash.sh - -include $(kernel_footprint_SRC_PATH)/kernel_footprint_user.mk