mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Add a function to return the config file name.
This commit is contained in:
parent
0ed876c0a9
commit
8837860347
@ -977,6 +977,9 @@ class file:
|
||||
def includes(self):
|
||||
return self._includes
|
||||
|
||||
def file_name(self):
|
||||
return self.init_name
|
||||
|
||||
def run():
|
||||
import sys
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user