mirror of https://github.com/RT-Thread/rt-thread
[bsp][rm48x50] update scons config: disable MDK support.
This commit is contained in:
parent
cb1d1d70f1
commit
cdf3f7e670
|
@ -14,6 +14,10 @@ if CROSS_TOOL == 'gcc':
|
||||||
elif CROSS_TOOL == 'keil':
|
elif CROSS_TOOL == 'keil':
|
||||||
PLATFORM = 'armcc'
|
PLATFORM = 'armcc'
|
||||||
EXEC_PATH = 'C:/Keil'
|
EXEC_PATH = 'C:/Keil'
|
||||||
|
print('================ERROR============================')
|
||||||
|
print('Not support keil yet!')
|
||||||
|
print('=================================================')
|
||||||
|
exit(0)
|
||||||
elif CROSS_TOOL == 'iar':
|
elif CROSS_TOOL == 'iar':
|
||||||
print('================ERROR============================')
|
print('================ERROR============================')
|
||||||
print('Not support IAR yet!')
|
print('Not support IAR yet!')
|
||||||
|
|
Loading…
Reference in New Issue