X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Fat91sam7s%2Fat91sam7s.mk;h=0d14890a5be2a84311ec9c28b42c8a8c78936a8e;hb=55b3b80799d416fe5da018adc1ba6a840bc36ce0;hp=3b06e9f744ffcff115dd879ee6312eda6b2dcae5;hpb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;p=bertos.git diff --git a/app/at91sam7s/at91sam7s.mk b/app/at91sam7s/at91sam7s.mk index 3b06e9f7..0d14890a 100644 --- a/app/at91sam7s/at91sam7s.mk +++ b/app/at91sam7s/at91sam7s.mk @@ -12,9 +12,6 @@ # Set to 1 for debug builds at91sam7s_DEBUG = 1 -#This is an embedded project -at91sam7s_EMBEDDED_TGT = 1 - # Our target application TRG += at91sam7s @@ -45,9 +42,3 @@ at91sam7s_LDFLAGS = -nostartfiles -T bertos/cpu/arm/scripts/at91sam7_256_ram.ld at91sam7s_CPU = arm7tdmi -# Debug stuff -ifeq ($(at91sam7s_DEBUG),1) - at91sam7s_CFLAGS += -D_DEBUG - at91sam7s_CSRC += bertos/drv/kdebug.c -endif -