X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Fbenchmark%2Fat91sam7x-ek_kernel_footprint%2Fat91sam7x-ek_kernel_footprint.mk;h=d35d32ba27811b024b87058a0aa6dc27c5569e98;hp=6c81541c656c6c69ba79feadb7f09e2a50a52147;hb=242d8ea69e730f74b25ae3e1e8897ea61b81c250;hpb=48f658cb2360654d8ae4e17adf660dbea5a9e72e diff --git a/boards/at91sam7x-ek/benchmark/at91sam7x-ek_kernel_footprint/at91sam7x-ek_kernel_footprint.mk b/boards/at91sam7x-ek/benchmark/at91sam7x-ek_kernel_footprint/at91sam7x-ek_kernel_footprint.mk index 6c81541c..d35d32ba 100644 --- a/boards/at91sam7x-ek/benchmark/at91sam7x-ek_kernel_footprint/at91sam7x-ek_kernel_footprint.mk +++ b/boards/at91sam7x-ek/benchmark/at91sam7x-ek_kernel_footprint/at91sam7x-ek_kernel_footprint.mk @@ -1,94 +1,94 @@ # # Wizard autogenerated makefile. -# DO NOT EDIT, use the kernel_footprint_user.mk file instead. +# DO NOT EDIT, use the at91sam7x-ek_kernel_footprint_user.mk file instead. # # Constants automatically defined by the selected modules # Our target application -TRG += kernel_footprint +TRG += at91sam7x-ek_kernel_footprint -kernel_footprint_PREFIX = "arm-none-eabi-" +at91sam7x-ek_kernel_footprint_PREFIX = "arm-none-eabi-" -kernel_footprint_SUFFIX = "" +at91sam7x-ek_kernel_footprint_SUFFIX = "" -kernel_footprint_SRC_PATH = boards/at91sam7x-ek/benchmark/kernel_footprint +at91sam7x-ek_kernel_footprint_SRC_PATH = boards/at91sam7x-ek/benchmark/at91sam7x-ek_kernel_footprint -kernel_footprint_HW_PATH = boards/at91sam7x-ek +at91sam7x-ek_kernel_footprint_HW_PATH = boards/at91sam7x-ek -# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_CSRC INSTEAD! -kernel_footprint_WIZARD_CSRC = \ - bertos/cpu/arm/drv/timer_arm.c \ - bertos/kern/signal.c \ - bertos/mware/event.c \ - bertos/kern/sem.c \ +# Files automatically generated by the wizard. DO NOT EDIT, USE at91sam7x-ek_kernel_footprint_USER_CSRC INSTEAD! +at91sam7x-ek_kernel_footprint_WIZARD_CSRC = \ + bertos/benchmark/kernel_footprint.c \ bertos/cpu/arm/drv/sysirq_at91.c \ - bertos/struct/heap.c \ - bertos/mware/formatwr.c \ + bertos/cpu/arm/drv/timer_arm.c \ bertos/cpu/arm/drv/timer_at91.c \ bertos/drv/timer.c \ bertos/io/kfile.c \ bertos/kern/proc.c \ - bertos/benchmark/kernel_footprint.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 kernel_footprint_USER_PCSRC INSTEAD! -kernel_footprint_WIZARD_PCSRC = \ +# Files automatically generated by the wizard. DO NOT EDIT, USE at91sam7x-ek_kernel_footprint_USER_PCSRC INSTEAD! +at91sam7x-ek_kernel_footprint_WIZARD_PCSRC = \ \ # -# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_CPPASRC INSTEAD! -kernel_footprint_WIZARD_CPPASRC = \ +# Files automatically generated by the wizard. DO NOT EDIT, USE at91sam7x-ek_kernel_footprint_USER_CPPASRC INSTEAD! +at91sam7x-ek_kernel_footprint_WIZARD_CPPASRC = \ bertos/cpu/arm/hw/switch_ctx_arm.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 at91sam7x-ek_kernel_footprint_USER_CXXSRC INSTEAD! +at91sam7x-ek_kernel_footprint_WIZARD_CXXSRC = \ \ # -# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_ASRC INSTEAD! -kernel_footprint_WIZARD_ASRC = \ +# Files automatically generated by the wizard. DO NOT EDIT, USE at91sam7x-ek_kernel_footprint_USER_ASRC INSTEAD! +at91sam7x-ek_kernel_footprint_WIZARD_ASRC = \ \ # -kernel_footprint_CPPFLAGS = -D'CPU_FREQ=(48054857UL)' -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) +at91sam7x-ek_kernel_footprint_CPPFLAGS = -D'CPU_FREQ=(48023000UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(at91sam7x-ek_kernel_footprint_HW_PATH) -I$(at91sam7x-ek_kernel_footprint_SRC_PATH) $(at91sam7x-ek_kernel_footprint_CPU_CPPFLAGS) $(at91sam7x-ek_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) +at91sam7x-ek_kernel_footprint_LDFLAGS = $(at91sam7x-ek_kernel_footprint_CPU_LDFLAGS) $(at91sam7x-ek_kernel_footprint_WIZARD_LDFLAGS) $(at91sam7x-ek_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) +at91sam7x-ek_kernel_footprint_CPPAFLAGS = $(at91sam7x-ek_kernel_footprint_CPU_CPPAFLAGS) $(at91sam7x-ek_kernel_footprint_WIZARD_CPPAFLAGS) $(at91sam7x-ek_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) +at91sam7x-ek_kernel_footprint_CSRC = $(at91sam7x-ek_kernel_footprint_CPU_CSRC) $(at91sam7x-ek_kernel_footprint_WIZARD_CSRC) $(at91sam7x-ek_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) +at91sam7x-ek_kernel_footprint_PCSRC = $(at91sam7x-ek_kernel_footprint_CPU_PCSRC) $(at91sam7x-ek_kernel_footprint_WIZARD_PCSRC) $(at91sam7x-ek_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) +at91sam7x-ek_kernel_footprint_CPPASRC = $(at91sam7x-ek_kernel_footprint_CPU_CPPASRC) $(at91sam7x-ek_kernel_footprint_WIZARD_CPPASRC) $(at91sam7x-ek_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) +at91sam7x-ek_kernel_footprint_CXXSRC = $(at91sam7x-ek_kernel_footprint_CPU_CXXSRC) $(at91sam7x-ek_kernel_footprint_WIZARD_CXXSRC) $(at91sam7x-ek_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) +at91sam7x-ek_kernel_footprint_ASRC = $(at91sam7x-ek_kernel_footprint_CPU_ASRC) $(at91sam7x-ek_kernel_footprint_WIZARD_ASRC) $(at91sam7x-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! -kernel_footprint_CPU_CPPASRC = bertos/cpu/arm/hw/crt_arm7tdmi.S bertos/cpu/arm/hw/vectors_at91.S -kernel_footprint_CPU_CPPAFLAGS = -g -gdwarf-2 -kernel_footprint_CPU_CPPFLAGS = -O0 -g3 -gdwarf-2 -fverbose-asm -Ibertos/cpu/arm/ -D__ARM_AT91SAM7X256__ -kernel_footprint_CPU_CSRC = bertos/cpu/arm/hw/init_at91.c -kernel_footprint_PROGRAMMER_CPU = at91sam7 -kernel_footprint_STOPFLASH_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh -kernel_footprint_CPU = arm7tdmi -kernel_footprint_STOPDEBUG_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh -kernel_footprint_DEBUG_SCRIPT = bertos/prg_scripts/arm/debug.sh -kernel_footprint_CPU_LDFLAGS = -nostartfiles -Wl,--no-warn-mismatch -T bertos/cpu/arm/scripts/at91sam7_256_rom.ld -kernel_footprint_FLASH_SCRIPT = bertos/prg_scripts/arm/flash.sh - -include $(kernel_footprint_SRC_PATH)/kernel_footprint_user.mk +at91sam7x-ek_kernel_footprint_CPU_CPPASRC = bertos/cpu/arm/hw/crt_arm7tdmi.S bertos/cpu/arm/hw/vectors_at91.S +at91sam7x-ek_kernel_footprint_CPU_CPPAFLAGS = -g -gdwarf-2 +at91sam7x-ek_kernel_footprint_CPU_CPPFLAGS = -O0 -g3 -gdwarf-2 -fverbose-asm -Ibertos/cpu/arm/ -D__ARM_AT91SAM7X256__ +at91sam7x-ek_kernel_footprint_CPU_CSRC = bertos/cpu/arm/hw/init_at91.c +at91sam7x-ek_kernel_footprint_PROGRAMMER_CPU = at91sam7 +at91sam7x-ek_kernel_footprint_CPU_LDFLAGS = -nostartfiles -Wl,--no-warn-mismatch -Wl,-dT bertos/cpu/arm/scripts/at91sam7_256_rom.ld +at91sam7x-ek_kernel_footprint_STOPFLASH_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh +at91sam7x-ek_kernel_footprint_CPU = arm7tdmi +at91sam7x-ek_kernel_footprint_STOPDEBUG_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh +at91sam7x-ek_kernel_footprint_DEBUG_SCRIPT = bertos/prg_scripts/arm/debug.sh +at91sam7x-ek_kernel_footprint_FLASH_SCRIPT = bertos/prg_scripts/arm/flash.sh + +include $(at91sam7x-ek_kernel_footprint_SRC_PATH)/at91sam7x-ek_kernel_footprint_user.mk