Remove the need of a specific flag to distinguish between embedded/not embeded targets.
[bertos.git] / app / triface / triface.mk
index 8c8d566a45fcc14054b5c2398ee8cd063afc5e44..4d9fc96304fcb1efebfabef067983657637e1dc1 100644 (file)
@@ -9,9 +9,6 @@
 #
 #
 
-# 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