use GetCurrentDir() as include path.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1564 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong 2011-07-01 05:40:55 +00:00
parent bca9c66e0d
commit 7c02e21139
1 changed files with 1 additions and 1 deletions

View File

@ -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')