STM32-P103: add examples directory
[bertos.git] / boards / ek-lm3s1968 / templates / empty / empty_user.mk
index 244ab1a51a5427eba1cf526b2449ac25797114b7..e068232f429bd0cce55085eac9bf79b70c91f4b9 100644 (file)
@@ -4,11 +4,12 @@
 #
 
 # Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help
-empty_PROGRAMMER_TYPE = luminary
+empty_PROGRAMMER_TYPE = none
 empty_PROGRAMMER_PORT = none
 
 # Files included by the user.
 empty_USER_CSRC = \
+       bertos/cpu/cortex-m3/drv/ssi_lm3s.c \
        $(empty_SRC_PATH)/main.c \
        #
 
@@ -40,5 +41,4 @@ empty_USER_CPPAFLAGS = \
 empty_USER_CPPFLAGS = \
        -fno-strict-aliasing \
        -fwrapv \
-       -O2 \
        #