提交 7c02e211 编写于 作者: B bernard.xiong

use GetCurrentDir() as include path.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1564 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 bca9c66e
......@@ -7,7 +7,7 @@ if GetDepend('RT_USING_NEWLIB'):
src_drv = ['uart.c', 'lnn800x480.c']
src = File(src_bsp + src_drv)
CPPPATH = [RTT_ROOT + '/bsp/dev3210']
CPPPATH = [GetCurrentDir()]
group = DefineGroup('Startup', src, depend = [''], CPPPATH = CPPPATH)
Return('group')
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册