From a7bf529851a3e08474942a5eb78857d22257dd4b Mon Sep 17 00:00:00 2001 From: "bernard.xiong" Date: Mon, 29 Nov 2010 11:31:37 +0000 Subject: [PATCH] remove mdk import. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1137 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- examples/module/SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/module/SConstruct b/examples/module/SConstruct index 9706df1ba8..2d1814c197 100644 --- a/examples/module/SConstruct +++ b/examples/module/SConstruct @@ -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 = []