Use benchmark module. Refactor the benchmark projects.
[bertos.git] / boards / at91sam7x-ek / benchmark / kernel_footprint_preempt / kernel_footprint_preempt.mk
diff --git a/boards/at91sam7x-ek/benchmark/kernel_footprint_preempt/kernel_footprint_preempt.mk b/boards/at91sam7x-ek/benchmark/kernel_footprint_preempt/kernel_footprint_preempt.mk
deleted file mode 100644 (file)
index c2a0a5d..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-#
-# Wizard autogenerated makefile.
-# DO NOT EDIT, use the kernel_footprint_preempt_user.mk file instead.
-#
-
-# Constants automatically defined by the selected modules
-
-
-# Our target application
-TRG += kernel_footprint_preempt
-
-kernel_footprint_preempt_PREFIX = "arm-none-eabi-"
-
-kernel_footprint_preempt_SUFFIX = ""
-
-kernel_footprint_preempt_SRC_PATH = boards/at91sam7x-ek/benchmark/kernel_footprint_preempt
-
-kernel_footprint_preempt_HW_PATH = boards/at91sam7x-ek
-
-# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_preempt_USER_CSRC INSTEAD!
-kernel_footprint_preempt_WIZARD_CSRC = \
-       bertos/cpu/arm/drv/timer_arm.c \
-       bertos/kern/signal.c \
-       bertos/kern/sem.c \
-       bertos/cpu/arm/drv/sysirq_at91.c \
-       bertos/cpu/arm/drv/timer_at91.c \
-       bertos/drv/timer.c \
-       bertos/mware/event.c \
-       bertos/kern/proc.c \
-       #
-
-# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_preempt_USER_PCSRC INSTEAD!
-kernel_footprint_preempt_WIZARD_PCSRC = \
-        \
-       #
-
-# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_preempt_USER_CPPASRC INSTEAD!
-kernel_footprint_preempt_WIZARD_CPPASRC = \
-       bertos/cpu/arm/hw/switch_ctx_arm.S \
-       #
-
-# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_preempt_USER_CXXSRC INSTEAD!
-kernel_footprint_preempt_WIZARD_CXXSRC = \
-        \
-       #
-
-# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_preempt_USER_ASRC INSTEAD!
-kernel_footprint_preempt_WIZARD_ASRC = \
-        \
-       #
-
-kernel_footprint_preempt_CPPFLAGS = -D'CPU_FREQ=(48023000UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(kernel_footprint_preempt_HW_PATH) -I$(kernel_footprint_preempt_SRC_PATH) $(kernel_footprint_preempt_CPU_CPPFLAGS) $(kernel_footprint_preempt_USER_CPPFLAGS)
-
-# Automatically generated by the wizard. PLEASE DO NOT EDIT!
-kernel_footprint_preempt_LDFLAGS = $(kernel_footprint_preempt_CPU_LDFLAGS) $(kernel_footprint_preempt_WIZARD_LDFLAGS) $(kernel_footprint_preempt_USER_LDFLAGS)
-
-# Automatically generated by the wizard. PLEASE DO NOT EDIT!
-kernel_footprint_preempt_CPPAFLAGS = $(kernel_footprint_preempt_CPU_CPPAFLAGS) $(kernel_footprint_preempt_WIZARD_CPPAFLAGS) $(kernel_footprint_preempt_USER_CPPAFLAGS)
-
-# Automatically generated by the wizard. PLEASE DO NOT EDIT!
-kernel_footprint_preempt_CSRC = $(kernel_footprint_preempt_CPU_CSRC) $(kernel_footprint_preempt_WIZARD_CSRC) $(kernel_footprint_preempt_USER_CSRC)
-
-# Automatically generated by the wizard. PLEASE DO NOT EDIT!
-kernel_footprint_preempt_PCSRC = $(kernel_footprint_preempt_CPU_PCSRC) $(kernel_footprint_preempt_WIZARD_PCSRC) $(kernel_footprint_preempt_USER_PCSRC)
-
-# Automatically generated by the wizard. PLEASE DO NOT EDIT!
-kernel_footprint_preempt_CPPASRC = $(kernel_footprint_preempt_CPU_CPPASRC) $(kernel_footprint_preempt_WIZARD_CPPASRC) $(kernel_footprint_preempt_USER_CPPASRC)
-
-# Automatically generated by the wizard. PLEASE DO NOT EDIT!
-kernel_footprint_preempt_CXXSRC = $(kernel_footprint_preempt_CPU_CXXSRC) $(kernel_footprint_preempt_WIZARD_CXXSRC) $(kernel_footprint_preempt_USER_CXXSRC)
-
-# Automatically generated by the wizard. PLEASE DO NOT EDIT!
-kernel_footprint_preempt_ASRC = $(kernel_footprint_preempt_CPU_ASRC) $(kernel_footprint_preempt_WIZARD_ASRC) $(kernel_footprint_preempt_USER_ASRC)
-
-# CPU specific flags and options, defined in the CPU definition files.
-# Automatically generated by the wizard. PLEASE DO NOT EDIT!
-kernel_footprint_preempt_CPU_CPPASRC = bertos/cpu/arm/hw/crt_arm7tdmi.S bertos/cpu/arm/hw/vectors_at91.S
-kernel_footprint_preempt_CPU_CPPAFLAGS = -g -gdwarf-2
-kernel_footprint_preempt_CPU_CPPFLAGS = -O0 -g3 -gdwarf-2 -fverbose-asm -Ibertos/cpu/arm/ -D__ARM_AT91SAM7X256__
-kernel_footprint_preempt_CPU_CSRC = bertos/cpu/arm/hw/init_at91.c
-kernel_footprint_preempt_PROGRAMMER_CPU = at91sam7
-kernel_footprint_preempt_STOPFLASH_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
-kernel_footprint_preempt_CPU = arm7tdmi
-kernel_footprint_preempt_STOPDEBUG_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
-kernel_footprint_preempt_DEBUG_SCRIPT = bertos/prg_scripts/arm/debug.sh
-kernel_footprint_preempt_CPU_LDFLAGS = -nostartfiles -Wl,--no-warn-mismatch -T bertos/cpu/arm/scripts/at91sam7_256_rom.ld
-kernel_footprint_preempt_FLASH_SCRIPT = bertos/prg_scripts/arm/flash.sh
-
-include $(kernel_footprint_preempt_SRC_PATH)/kernel_footprint_preempt_user.mk