use GetCurrentDir() as include path

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1577 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
qiuyiuestc@gmail.com 2011-07-01 13:50:54 +00:00
parent d836736bf3
commit e710b83f15
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if GetDepend('RT_USING_LWIP'):
src_drv += ['luminaryif.c'] src_drv += ['luminaryif.c']
src = File(src_bsp + src_drv) src = File(src_bsp + src_drv)
CPPPATH = [RTT_ROOT + '/bsp/lm3s8962'] CPPPATH = [GetCurrentDir()]
group = DefineGroup('Startup', src, depend = [''], CPPPATH = CPPPATH) group = DefineGroup('Startup', src, depend = [''], CPPPATH = CPPPATH)
Return('group') Return('group')