rename mmcsd to sdio.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1908 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong@gmail.com
2012-01-08 03:11:45 +00:00
parent b0a1f0860a
commit 94d79d70c6
10 changed files with 0 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
Import('RTT_ROOT')
from building import *
src = Split("""
block_dev.c
mmcsd_core.c
sd.c
""")
# The set of source files associated with this SConscript file.
path = [RTT_ROOT + '/components/mmcsd']
group = DefineGroup('MMCSD', src, depend = ['RT_USING_MMCSD'], CPPPATH = path)
Return('group')