X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Ftriface%2Ftriface.mk;h=4d9fc96304fcb1efebfabef067983657637e1dc1;hb=d1ed94328d98da9108d5d26272b5767c1813817d;hp=c3709f9dfed4baf019fbd81ca657b2926cb79228;hpb=ff96743938330c9a5006cc6158aac64a0b8d4e78;p=bertos.git diff --git a/app/triface/triface.mk b/app/triface/triface.mk index c3709f9d..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,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