# # Wizard autogenerated makefile. # DO NOT EDIT, use the sam3n-ek_kernel_footprint_user.mk file instead. # # Constants automatically defined by the selected modules # Our target application TRG += sam3n-ek_kernel_footprint sam3n-ek_kernel_footprint_PREFIX = "arm-none-eabi-" sam3n-ek_kernel_footprint_SUFFIX = "" sam3n-ek_kernel_footprint_SRC_PATH = boards/sam3n-ek/benchmark/sam3n-ek_kernel_footprint sam3n-ek_kernel_footprint_HW_PATH = boards/sam3n-ek # Files automatically generated by the wizard. DO NOT EDIT, USE sam3n-ek_kernel_footprint_USER_CSRC INSTEAD! sam3n-ek_kernel_footprint_WIZARD_CSRC = \ bertos/benchmark/kernel_footprint.c \ bertos/cpu/cortex-m3/drv/timer_cm3.c \ bertos/cpu/cortex-m3/hw/switch_ctx_cm3.c \ bertos/drv/timer.c \ bertos/io/kfile.c \ bertos/kern/proc.c \ bertos/kern/sem.c \ bertos/kern/signal.c \ bertos/mware/event.c \ bertos/mware/formatwr.c \ bertos/mware/hex.c \ bertos/struct/heap.c \ # # Files automatically generated by the wizard. DO NOT EDIT, USE sam3n-ek_kernel_footprint_USER_PCSRC INSTEAD! sam3n-ek_kernel_footprint_WIZARD_PCSRC = \ \ # # Files automatically generated by the wizard. DO NOT EDIT, USE sam3n-ek_kernel_footprint_USER_CPPASRC INSTEAD! sam3n-ek_kernel_footprint_WIZARD_CPPASRC = \ \ # # Files automatically generated by the wizard. DO NOT EDIT, USE sam3n-ek_kernel_footprint_USER_CXXSRC INSTEAD! sam3n-ek_kernel_footprint_WIZARD_CXXSRC = \ \ # # Files automatically generated by the wizard. DO NOT EDIT, USE sam3n-ek_kernel_footprint_USER_ASRC INSTEAD! sam3n-ek_kernel_footprint_WIZARD_ASRC = \ \ # sam3n-ek_kernel_footprint_CPPFLAGS = -D'CPU_FREQ=(48000000UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(sam3n-ek_kernel_footprint_HW_PATH) -I$(sam3n-ek_kernel_footprint_SRC_PATH) $(sam3n-ek_kernel_footprint_CPU_CPPFLAGS) $(sam3n-ek_kernel_footprint_USER_CPPFLAGS) # Automatically generated by the wizard. PLEASE DO NOT EDIT! sam3n-ek_kernel_footprint_LDFLAGS = $(sam3n-ek_kernel_footprint_CPU_LDFLAGS) $(sam3n-ek_kernel_footprint_WIZARD_LDFLAGS) $(sam3n-ek_kernel_footprint_USER_LDFLAGS) # Automatically generated by the wizard. PLEASE DO NOT EDIT! sam3n-ek_kernel_footprint_CPPAFLAGS = $(sam3n-ek_kernel_footprint_CPU_CPPAFLAGS) $(sam3n-ek_kernel_footprint_WIZARD_CPPAFLAGS) $(sam3n-ek_kernel_footprint_USER_CPPAFLAGS) # Automatically generated by the wizard. PLEASE DO NOT EDIT! sam3n-ek_kernel_footprint_CSRC = $(sam3n-ek_kernel_footprint_CPU_CSRC) $(sam3n-ek_kernel_footprint_WIZARD_CSRC) $(sam3n-ek_kernel_footprint_USER_CSRC) # Automatically generated by the wizard. PLEASE DO NOT EDIT! sam3n-ek_kernel_footprint_PCSRC = $(sam3n-ek_kernel_footprint_CPU_PCSRC) $(sam3n-ek_kernel_footprint_WIZARD_PCSRC) $(sam3n-ek_kernel_footprint_USER_PCSRC) # Automatically generated by the wizard. PLEASE DO NOT EDIT! sam3n-ek_kernel_footprint_CPPASRC = $(sam3n-ek_kernel_footprint_CPU_CPPASRC) $(sam3n-ek_kernel_footprint_WIZARD_CPPASRC) $(sam3n-ek_kernel_footprint_USER_CPPASRC) # Automatically generated by the wizard. PLEASE DO NOT EDIT! sam3n-ek_kernel_footprint_CXXSRC = $(sam3n-ek_kernel_footprint_CPU_CXXSRC) $(sam3n-ek_kernel_footprint_WIZARD_CXXSRC) $(sam3n-ek_kernel_footprint_USER_CXXSRC) # Automatically generated by the wizard. PLEASE DO NOT EDIT! sam3n-ek_kernel_footprint_ASRC = $(sam3n-ek_kernel_footprint_CPU_ASRC) $(sam3n-ek_kernel_footprint_WIZARD_ASRC) $(sam3n-ek_kernel_footprint_USER_ASRC) # CPU specific flags and options, defined in the CPU definition files. # Automatically generated by the wizard. PLEASE DO NOT EDIT! sam3n-ek_kernel_footprint_CPU_CPPASRC = bertos/cpu/cortex-m3/hw/crt_cm3.S bertos/cpu/cortex-m3/hw/vectors_cm3.S sam3n-ek_kernel_footprint_CPU_CPPAFLAGS = -g -gdwarf-2 -mthumb -mno-thumb-interwork sam3n-ek_kernel_footprint_CPU_CPPFLAGS = -O0 -g3 -gdwarf-2 -mthumb -mno-thumb-interwork -fno-strict-aliasing -fwrapv -fverbose-asm -Ibertos/cpu/cortex-m3/ -D__ARM_SAM3N4__ sam3n-ek_kernel_footprint_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 sam3n-ek_kernel_footprint_PROGRAMMER_CPU = sam3n sam3n-ek_kernel_footprint_CPU_LDFLAGS = -mthumb -mno-thumb-interwork -nostartfiles -Wl,--no-warn-mismatch -Wl,-dT bertos/cpu/cortex-m3/scripts/sam3n4_rom.ld sam3n-ek_kernel_footprint_STOPFLASH_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh sam3n-ek_kernel_footprint_CPU = cortex-m3 sam3n-ek_kernel_footprint_STOPDEBUG_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh sam3n-ek_kernel_footprint_DEBUG_SCRIPT = bertos/prg_scripts/arm/debug.sh sam3n-ek_kernel_footprint_FLASH_SCRIPT = bertos/prg_scripts/arm/flash-sam3.sh include $(sam3n-ek_kernel_footprint_SRC_PATH)/sam3n-ek_kernel_footprint_user.mk