From d4244f3d52f276337b44b0bab8c85094c985682f Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Thu, 7 Jan 2021 02:12:00 +0100 Subject: build: Add platform spec framework. --- build/env.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/env.py') diff --git a/build/env.py b/build/env.py index 6bc23e8..082195d 100644 --- a/build/env.py +++ b/build/env.py @@ -2,6 +2,7 @@ import os env = Environment( ENV = os.environ, + LAKS_PATH = Dir('..'), toolpath = ['scons_tools'], tools = [ @@ -9,6 +10,7 @@ env = Environment( 'tool_selectmcu', 'tool_firmware', 'tool_jinja2', + 'tool_platform_spec', ], ) -- cgit v1.2.3