[bsp][rm48x50] update scons config: disable MDK support.

This commit is contained in:
aozima 2018-12-02 16:54:45 +08:00
parent cb1d1d70f1
commit cdf3f7e670
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ if CROSS_TOOL == 'gcc':
elif CROSS_TOOL == 'keil':
PLATFORM = 'armcc'
EXEC_PATH = 'C:/Keil'
print('================ERROR============================')
print('Not support keil yet!')
print('=================================================')
exit(0)
elif CROSS_TOOL == 'iar':
print('================ERROR============================')
print('Not support IAR yet!')