X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Ftest%2Farmtest.mk;h=19ea76bdee6138b09e72ab809d6374cb22b3214b;hb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;hp=2577ed7249876cb8ab2d0617a8d4e29f22cd2c8a;hpb=1c27595d863a195a7327b26ae7a3bd027a479f5a;p=bertos.git diff --git a/app/test/armtest.mk b/app/test/armtest.mk index 2577ed72..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 # # @@ -26,7 +26,7 @@ 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 -Ibertos/cpu/arm -armtest_LDFLAGS = #-nostartfiles -T bertos/cpu/arm/scripts/at91sam7_256_ram.ld -Wl,--no-warn-mismatch +armtest_LDFLAGS = -nostartfiles -T bertos/cpu/arm/scripts/at91sam7_256_rom.ld -Wl,--no-warn-mismatch armtest_CPU = arm7tdmi