X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Ftest%2Farmtest.mk;h=8ab0460f1286a482ab312b39c980137689730878;hb=f465b57e988d8b1733159104072059ba9635421b;hp=19ea76bdee6138b09e72ab809d6374cb22b3214b;hpb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;p=bertos.git diff --git a/app/test/armtest.mk b/app/test/armtest.mk index 19ea76bd..8ab0460f 100644 --- a/app/test/armtest.mk +++ b/app/test/armtest.mk @@ -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 -