X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=app%2Ftriface%2Ftriface.mk;h=4d9fc96304fcb1efebfabef067983657637e1dc1;hb=0e9db20f6fb7f4ec21edaae6c9270317ee5dcfd9;hp=a30697f89a309577045d122b3ad167bff6a66ed5;hpb=d22dfaec1fff3dfb5d216b0317f6e2845313f688;p=bertos.git diff --git a/app/triface/triface.mk b/app/triface/triface.mk index a30697f8..4d9fc963 100644 --- a/app/triface/triface.mk +++ b/app/triface/triface.mk @@ -5,13 +5,10 @@ # # Makefile fragment for DevLib triface application. # -# Author: Bernardo Innocenti +# Author: Bernie Innocenti # # -# 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