mirror of https://github.com/ARMmbed/mbed-os.git
Exporters - .build dir for progen as output dir
parent
4ac9644682
commit
adfcf2c689
|
@ -64,6 +64,7 @@ class Exporter(object):
|
||||||
'includes': {
|
'includes': {
|
||||||
'Include Files': self.resources.headers,
|
'Include Files': self.resources.headers,
|
||||||
},
|
},
|
||||||
|
'build_dir':'.build',
|
||||||
'target': [TARGET_MAP[self.target].progen['target']],
|
'target': [TARGET_MAP[self.target].progen['target']],
|
||||||
'macros': self.get_symbols(),
|
'macros': self.get_symbols(),
|
||||||
'export_dir': [self.inputDir],
|
'export_dir': [self.inputDir],
|
||||||
|
|
Loading…
Reference in New Issue