diff options
-rw-r--r-- | build/scons_tools/tool_selectmcu.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/scons_tools/tool_selectmcu.py b/build/scons_tools/tool_selectmcu.py index cc88625..7c011c3 100644 --- a/build/scons_tools/tool_selectmcu.py +++ b/build/scons_tools/tool_selectmcu.py @@ -31,6 +31,7 @@ def SelectMCU(env, mcu, variant_dir = None): LIBPATH = ['${LAKS_PATH}/ld_scripts'], LIB_SOURCES = [], + CPPDEFINES = ['LAKS'], ) env.Replace( @@ -49,4 +50,4 @@ def exists(): return True def generate(env): - env.AddMethod(SelectMCU)
\ No newline at end of file + env.AddMethod(SelectMCU) |