Refactor to not have toolchain in path; Now a specific flash project_HOSTED is needed...
[bertos.git] / examples / lm3s1968 / lm3s1968.mk
index bf5161257ea412ef89b15d2353eaba1dcee8fbdc..10025e2cf9a6c50aaade450f22a24ab62eca69a9 100644 (file)
@@ -20,8 +20,8 @@ lm3s1968_CSRC = \
        examples/lm3s1968/lm3s1968.c \
        #bertos/cpu/cortex-m3/startup_lm3s.c
 
-
-lm3s1968_CROSS = arm-none-eabi-
+# This is an hosted application
+lm3s1968_PREFIX = arm-none-eabi-
 
 lm3s1968_CPPAFLAGS = -O0 -g -gdwarf-2 -g -gen-debug -mthumb
 lm3s1968_CPPFLAGS = -O0 -D'ARCH=0' -D__ARM_LM3S1968__ -g3 -gdwarf-2 -fverbose-asm -mthumb  -Iexamples/lm3s1968 -Ibertos/cpu/cortex-m3