X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3n-ek%2Ftemplates%2Fkernel%2Fkernel.mk;fp=boards%2Fsam3n-ek%2Ftemplates%2Fkernel%2Fkernel.mk;h=0000000000000000000000000000000000000000;hb=61171d95e604185c26236fc9f3cba4ef77312c67;hp=e3bfc7e467c8289df5831a7a1c820b9d645009f0;hpb=b6b7cb68fe5f979418b595c667bf714fee90b787;p=bertos.git diff --git a/boards/sam3n-ek/templates/kernel/kernel.mk b/boards/sam3n-ek/templates/kernel/kernel.mk deleted file mode 100644 index e3bfc7e4..00000000 --- a/boards/sam3n-ek/templates/kernel/kernel.mk +++ /dev/null @@ -1,101 +0,0 @@ -# -# Wizard autogenerated makefile. -# DO NOT EDIT, use the kernel_user.mk file instead. -# - -# Constants automatically defined by the selected modules -kernel_DEBUG = 1 - -# Our target application -TRG += kernel - -kernel_PREFIX = "/localhome/toolchain/arm/bin/arm-none-eabi-" - -kernel_SUFFIX = "" - -kernel_SRC_PATH = boards/sam3n-ek/templates/kernel - -kernel_HW_PATH = boards/sam3n-ek - -# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_USER_CSRC INSTEAD! -kernel_WIZARD_CSRC = \ - bertos/struct/heap.c \ - bertos/cpu/cortex-m3/hw/switch_ctx_cm3.c \ - bertos/mware/event.c \ - bertos/gfx/bitmap.c \ - bertos/kern/sem.c \ - bertos/gfx/text.c \ - bertos/drv/lcd_ili9225.c \ - bertos/cpu/cortex-m3/drv/timer_cm3.c \ - bertos/drv/timer.c \ - bertos/io/kfile.c \ - bertos/kern/monitor.c \ - bertos/mware/sprintf.c \ - bertos/gfx/line.c \ - bertos/gfx/text_format.c \ - bertos/drv/kbd.c \ - bertos/fonts/luBS14.c \ - bertos/kern/signal.c \ - bertos/kern/proc.c \ - bertos/mware/formatwr.c \ - bertos/mware/hex.c \ - # - -# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_USER_PCSRC INSTEAD! -kernel_WIZARD_PCSRC = \ - \ - # - -# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_USER_CPPASRC INSTEAD! -kernel_WIZARD_CPPASRC = \ - \ - # - -# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_USER_CXXSRC INSTEAD! -kernel_WIZARD_CXXSRC = \ - \ - # - -# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_USER_ASRC INSTEAD! -kernel_WIZARD_ASRC = \ - \ - # - -kernel_CPPFLAGS = -D'CPU_FREQ=(48000000UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(kernel_HW_PATH) -I$(kernel_SRC_PATH) $(kernel_CPU_CPPFLAGS) $(kernel_USER_CPPFLAGS) - -# Automatically generated by the wizard. PLEASE DO NOT EDIT! -kernel_LDFLAGS = $(kernel_CPU_LDFLAGS) $(kernel_WIZARD_LDFLAGS) $(kernel_USER_LDFLAGS) - -# Automatically generated by the wizard. PLEASE DO NOT EDIT! -kernel_CPPAFLAGS = $(kernel_CPU_CPPAFLAGS) $(kernel_WIZARD_CPPAFLAGS) $(kernel_USER_CPPAFLAGS) - -# Automatically generated by the wizard. PLEASE DO NOT EDIT! -kernel_CSRC = $(kernel_CPU_CSRC) $(kernel_WIZARD_CSRC) $(kernel_USER_CSRC) - -# Automatically generated by the wizard. PLEASE DO NOT EDIT! -kernel_PCSRC = $(kernel_CPU_PCSRC) $(kernel_WIZARD_PCSRC) $(kernel_USER_PCSRC) - -# Automatically generated by the wizard. PLEASE DO NOT EDIT! -kernel_CPPASRC = $(kernel_CPU_CPPASRC) $(kernel_WIZARD_CPPASRC) $(kernel_USER_CPPASRC) - -# Automatically generated by the wizard. PLEASE DO NOT EDIT! -kernel_CXXSRC = $(kernel_CPU_CXXSRC) $(kernel_WIZARD_CXXSRC) $(kernel_USER_CXXSRC) - -# Automatically generated by the wizard. PLEASE DO NOT EDIT! -kernel_ASRC = $(kernel_CPU_ASRC) $(kernel_WIZARD_ASRC) $(kernel_USER_ASRC) - -# CPU specific flags and options, defined in the CPU definition files. -# Automatically generated by the wizard. PLEASE DO NOT EDIT! -kernel_CPU_CPPASRC = bertos/cpu/cortex-m3/hw/crt_cm3.S bertos/cpu/cortex-m3/hw/vectors_cm3.S -kernel_CPU_CPPAFLAGS = -g -gdwarf-2 -mthumb -mno-thumb-interwork -kernel_CPU_CPPFLAGS = -O0 -g3 -gdwarf-2 -mthumb -mno-thumb-interwork -fno-strict-aliasing -fwrapv -fverbose-asm -Ibertos/cpu/cortex-m3/ -D__ARM_SAM3N4__ -kernel_CPU_CSRC = bertos/cpu/cortex-m3/hw/init_cm3.c bertos/cpu/cortex-m3/drv/irq_cm3.c bertos/cpu/cortex-m3/drv/clock_sam3.c -kernel_PROGRAMMER_CPU = sam3 -kernel_CPU_LDFLAGS = -mthumb -mno-thumb-interwork -nostartfiles -Wl,--no-warn-mismatch -T bertos/cpu/cortex-m3/scripts/sam3n4_rom.ld -kernel_STOPFLASH_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh -kernel_CPU = cortex-m3 -kernel_STOPDEBUG_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh -kernel_DEBUG_SCRIPT = bertos/prg_scripts/arm/debug.sh -kernel_FLASH_SCRIPT = bertos/prg_scripts/arm/flash-sam3.sh - -include $(kernel_SRC_PATH)/kernel_user.mk