Refactor how cpu flags are added.
[bertos.git] / app / triface / triface.mk
index a30697f89a309577045d122b3ad167bff6a66ed5..4d9fc96304fcb1efebfabef067983657637e1dc1 100644 (file)
@@ -5,13 +5,10 @@
 #
 # Makefile fragment for DevLib triface application.
 #
-# Author: Bernardo Innocenti <bernie@develer.com>
+# Author: Bernie Innocenti <bernie@codewiz.org>
 #
 #
 
-# This is an embedded project
-triface_EMBEDDED_TGT = 1
-
 # Set to 1 for debug builds
 triface_DEBUG = 1
 
@@ -56,10 +53,8 @@ ifeq ($(triface_DEBUG),1)
        triface_PCSRC += bertos/drv/kdebug.c
 endif
 
-
-boot_EMBEDDED_TGT = 1
 # Set to 1 for debug builds
-boot_DEBUG = 1
+boot_DEBUG = 0
 
 # Our target application
 TRG += boot