3 # Edit this file to change compiler options and related stuff.
6 # Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help
7 armtest_PROGRAMMER_TYPE = none
8 armtest_PROGRAMMER_PORT = none
10 include $(armtest_SRC_PATH)/arm_src.mk
12 # Files included by the user.
14 $(armtest_SRC_PATH)/empty_main.c \
18 # Files included by the user.
19 armtest_USER_PCSRC = \
22 # Files included by the user.
23 armtest_USER_CPPASRC = \
26 # Files included by the user.
27 armtest_USER_CXXSRC = \
30 # Files included by the user.
34 # Flags included by the user.
35 armtest_USER_LDFLAGS = \
38 # Flags included by the user.
39 armtest_USER_CPPAFLAGS = \
42 # Flags included by the user.
43 armtest_USER_CPPFLAGS = \
44 -fno-strict-aliasing \