X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Ftest%2Farmtest.mk;h=4a36082bbd13839fe97e86bac02317c17db6487b;hb=6b7a2e7b20bc7fe05a61c17d6d96eb70c67a09c9;hp=fa5b907f91a52cd13a3702afbc95c42acf4edc3f;hpb=f75fd9d1267307f311b247b2a80b27a0fdfd4e53;p=bertos.git diff --git a/app/test/armtest.mk b/app/test/armtest.mk index fa5b907f..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 -Ibertos/cpu/arm +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 -