remove mdk import.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1137 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong 2010-11-29 11:31:37 +00:00
parent c6a2715902
commit a7bf529851
1 changed files with 1 additions and 1 deletions

View File

@ -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 = []