mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
Merge remote-tracking branch 'OFW/dev' into dev
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user