Remove old useless debug flag in test makefile.
[bertos.git] / app / test / armtest.mk
index 19ea76bdee6138b09e72ab809d6374cb22b3214b..8ab0460f1286a482ab312b39c980137689730878 100644 (file)
@@ -30,8 +30,3 @@ armtest_LDFLAGS = -nostartfiles -T bertos/cpu/arm/scripts/at91sam7_256_rom.ld -W
 
 armtest_CPU = arm7tdmi
 
-# Debug stuff
-ifeq ($(armtest_DEBUG),1)
-       armtest_CFLAGS += -D_DEBUG
-endif
-