X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Fat91sam7s%2Fat91sam7s.mk;h=3b06e9f744ffcff115dd879ee6312eda6b2dcae5;hb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;hp=c8ea600ef45a738d7a2d798c1db39c9679f0850a;hpb=1f2750668268c947febadaaf4376a2ffa130432b;p=bertos.git diff --git a/app/at91sam7s/at91sam7s.mk b/app/at91sam7s/at91sam7s.mk index c8ea600e..3b06e9f7 100644 --- a/app/at91sam7s/at91sam7s.mk +++ b/app/at91sam7s/at91sam7s.mk @@ -5,13 +5,16 @@ # # Makefile fragment for DevLib at91sam7s application. # -# Author: Bernardo Innocenti +# Author: Bernie Innocenti # # # Set to 1 for debug builds at91sam7s_DEBUG = 1 +#This is an embedded project +at91sam7s_EMBEDDED_TGT = 1 + # Our target application TRG += at91sam7s @@ -32,7 +35,7 @@ at91sam7s_CSRC = \ at91sam7s_CPPASRC = \ bertos/cpu/arm/hw/crtat91sam7_rom.S \ - bertos/kern/switch_arm.S + bertos/cpu/arm/hw/switch_arm.S at91sam7s_CROSS = arm-elf-