Kill MOC and use QT_MOC instead
[bertos.git] / app / test / armtest.mk
index fa5b907f91a52cd13a3702afbc95c42acf4edc3f..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>
 #
 #
 
@@ -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
-