Update to new name.
[bertos.git] / app / test / armtest.mk
index 2577ed7249876cb8ab2d0617a8d4e29f22cd2c8a..8ab0460f1286a482ab312b39c980137689730878 100644 (file)
@@ -5,7 +5,7 @@
 #
 # Makefile fragment for DevLib armtest application.
 #
-# Author: Bernardo Innocenti <bernie@develer.com>
+# Author: Bernie Innocenti <bernie@codewiz.org>
 #
 #
 
@@ -26,12 +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
 
-# Debug stuff
-ifeq ($(armtest_DEBUG),1)
-       armtest_CFLAGS += -D_DEBUG
-endif
-