Remove old useless debug flag in test makefile.
authorqwert <qwert@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 5 Aug 2008 16:21:28 +0000 (16:21 +0000)
committerqwert <qwert@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 5 Aug 2008 16:21:28 +0000 (16:21 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1551 38d2e660-2303-0410-9eaa-f027e97ec537

app/test/armtest.mk
app/test/avrtest.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
-
index bf71c968192590352fbd61c0a06809dbc0f3f573..f2a6352b4af2c30da9460febb6de5defd6e4bdff 100644 (file)
@@ -30,10 +30,3 @@ avrtest_PCSRC += bertos/mware/formatwr.c
 avrtest_CROSS = avr-
 avrtest_CPPFLAGS = -D'ARCH=1' -Iapp/test -Ibertos/cpu/avr 
 avrtest_CFLAGS = -Os -mcall-prologues -fno-strict-aliasing
-
-# Debug stuff
-ifeq ($(avrtest_DEBUG),1)
-       avrtest_CFLAGS += -D_DEBUG
-       avrtest_PCSRC += bertos/drv/kdebug.c
-endif
-