Don't use __all__ in the Wizard code
[bertos.git] / examples / lm3s1968 / lm3s1968.mk
index bf5161257ea412ef89b15d2353eaba1dcee8fbdc..3efdf31573480f020c2f547fb6f8e7b7e7da1271 100644 (file)
@@ -20,11 +20,11 @@ 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
+lm3s1968_CPPFLAGS = -O0 -D'ARCH=0' -D__ARM_LM3S1968__ -D'CPU_FREQ=(48023000L)' -g3 -gdwarf-2 -fverbose-asm -mthumb  -Iexamples/lm3s1968 -Ibertos/cpu/cortex-m3
 lm3s1968_LDFLAGS = -nostartfiles -T examples/lm3s1968/standalone.ld -Wl,--no-warn-mismatch
 
 lm3s1968_CPU = cortex-m3