Remove the need of a specific flag to distinguish between embedded/not embeded targets.
[bertos.git] / app / triface / triface.mk
index c3709f9dfed4baf019fbd81ca657b2926cb79228..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,8 +53,6 @@ ifeq ($(triface_DEBUG),1)
        triface_PCSRC += bertos/drv/kdebug.c
 endif
 
-
-boot_EMBEDDED_TGT = 1
 # Set to 1 for debug builds
 boot_DEBUG = 0