mirror of
https://git.rtems.org/rtems-tools/
synced 2025-07-05 02:44:27 +08:00
rtemstoolkit: Interpolate realing rtems configuration files.
This commit is contained in:
parent
e9f48e9fac
commit
4cb2ddc568
@ -108,7 +108,7 @@ def bsp_configuration_file(prog = None):
|
|||||||
class configuration:
|
class configuration:
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.config = configuration_.configuration()
|
self.config = configuration_.configuration(raw = False)
|
||||||
self.archs = { }
|
self.archs = { }
|
||||||
self.profiles = { }
|
self.profiles = { }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user