X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Ftest%2Farmtest.mk;h=19ea76bdee6138b09e72ab809d6374cb22b3214b;hb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;hp=0e8dd93c9a4629bdeb390afb6012294057492636;hpb=a41152d79cfa6286e6fb3255dc2d98f5c3562cb6;p=bertos.git diff --git a/app/test/armtest.mk b/app/test/armtest.mk index 0e8dd93c..19ea76bd 100644 --- a/app/test/armtest.mk +++ b/app/test/armtest.mk @@ -5,7 +5,7 @@ # # Makefile fragment for DevLib armtest application. # -# Author: Bernardo Innocenti +# Author: Bernie Innocenti # # @@ -25,8 +25,8 @@ armtest_CPPASRC = $(arm_ASRC) armtest_CROSS = arm-elf- armtest_CPPAFLAGS = -O0 -g -gdwarf-2 -g -gen-debug -armtest_CPPFLAGS = -O0 -D'ARCH=0xFFFFFF' -D__ARM_AT91SAM7S256__ -g3 -gdwarf-2 -fverbose-asm -Iapp/test -Iapp/test/hw -Ibertos/cpu/arm -armtest_LDFLAGS = #-nostartfiles -T bertos/cpu/arm/scripts/at91sam7_256_ram.ld -Wl,--no-warn-mismatch +armtest_CPPFLAGS = -O0 -D'ARCH=0xFFFFFF' -D__ARM_AT91SAM7S256__ -g3 -gdwarf-2 -fverbose-asm -Iapp/test -Ibertos/cpu/arm +armtest_LDFLAGS = -nostartfiles -T bertos/cpu/arm/scripts/at91sam7_256_rom.ld -Wl,--no-warn-mismatch armtest_CPU = arm7tdmi