remove examples depend.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1087 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong
2010-11-22 01:50:05 +00:00
parent c7f8c325af
commit f01f25b451
4 changed files with 41 additions and 41 deletions

View File

@@ -32,6 +32,6 @@ heap_realloc.c
memp_simple.c
""")
group = DefineGroup('examples', src, depend = ['RT_USING_TC'])
group = DefineGroup('examples', src, depend = [''])
Return('group')