4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-16 09:19:24 +08:00
bernard.xiong 0c13711396 Add taihu bsp (PPC405)
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2350 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-10-14 23:28:37 +00:00

12 lines
237 B
Python

# RT-Thread building script for component
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd, Dir('#')]
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
Return('group')