From cf79d8f57747cb41fa9756263fe14470197c5c86 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Thu, 7 Jan 2021 11:26:54 +0100 Subject: build: Generate linker script. --- SConscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'SConscript') diff --git a/SConscript b/SConscript index bc20764..8613407 100644 --- a/SConscript +++ b/SConscript @@ -1,6 +1,9 @@ # Don't call this file explicitly, it is called implicitly by the build rules. Import('env') +Export('env') + +env.SConscript('ld_scripts/SConscript') env.Append( LIB_SOURCES = Glob('*.cpp') + Glob('*/*.cpp'), -- cgit v1.2.3