This commit is contained in:
Willy-JL
2024-06-11 22:46:09 +02:00
62 changed files with 1625 additions and 1133 deletions
+3 -1
View File
@@ -76,7 +76,9 @@ class HardwareTargetLoader:
self._processTargetDefinitions(inherited_target)
def gatherSources(self):
sources = [self.startup_script]
sources = []
if self.startup_script:
sources.append(self.startup_script)
seen_filenames = set(self.excluded_sources)
# print("Layers: ", self.layered_target_dirs)
for target_dir in self.layered_target_dirs: