test: activate AT91SAM7X for nightly tests instead of AT91SAM7S for armtest
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 27 Oct 2010 09:43:29 +0000 (09:43 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 27 Oct 2010 09:43:29 +0000 (09:43 +0000)
In this way also the ethernet module will be checked during nitghly test
builds.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4473 38d2e660-2303-0410-9eaa-f027e97ec537

examples/test/armtest.mk

index d338aa55857da5cc484051bd9d8fa7337fa08994..6f3a73880001548ea1562e1109fe5c2bd4508586 100644 (file)
@@ -25,7 +25,7 @@ armtest_CPPASRC = $(arm_ASRC)
 armtest_PREFIX = arm-none-eabi-
 
 armtest_CPPAFLAGS = -O0 -g -gdwarf-2 -g
-armtest_CPPFLAGS = -O0 -D'ARCH=ARCH_NIGHTTEST' -D__ARM_AT91SAM7S256__ -D'CPU_FREQ=(48023000UL)' -D'WIZ_AUTOGEN' -g3 -gdwarf-2 -fverbose-asm -Iexamples/test -Ibertos/cpu/arm
+armtest_CPPFLAGS = -O0 -D'ARCH=ARCH_NIGHTTEST' -D__ARM_AT91SAM7X256__ -D'CPU_FREQ=(48023000UL)' -D'WIZ_AUTOGEN' -g3 -gdwarf-2 -fverbose-asm -Iexamples/test -Ibertos/cpu/arm
 armtest_LDFLAGS = -nostartfiles -T bertos/cpu/arm/scripts/at91sam7_256_rom.ld -Wl,--no-warn-mismatch
 
 armtest_CPU = arm7tdmi