X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=app%2Ftest%2Farmtest.mk;h=4a36082bbd13839fe97e86bac02317c17db6487b;hb=6b7a2e7b20bc7fe05a61c17d6d96eb70c67a09c9;hp=0e8dd93c9a4629bdeb390afb6012294057492636;hpb=a41152d79cfa6286e6fb3255dc2d98f5c3562cb6;p=bertos.git diff --git a/app/test/armtest.mk b/app/test/armtest.mk index 0e8dd93c..4a36082b 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,13 +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=ARCH_NIGHTTEST' -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 -# Debug stuff -ifeq ($(armtest_DEBUG),1) - armtest_CFLAGS += -D_DEBUG -endif -