remove mdk import.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1137 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
c6a2715902
commit
a7bf529851
|
@ -4,7 +4,7 @@ import rtconfig
|
|||
|
||||
RTT_ROOT = os.path.normpath(os.getcwd() + '/../..')
|
||||
sys.path = sys.path + [os.path.join(RTT_ROOT, 'tools')]
|
||||
import mdk
|
||||
import building
|
||||
|
||||
target = RTT_ROOT + '/bsp/mini2440/rtthread-mini2440'
|
||||
projects = []
|
||||
|
|
Loading…
Reference in New Issue