change RT_USING_MMCSD to RT_USING_SDIO;
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1969 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
38ba67a867
commit
68384c37c4
|
@ -174,8 +174,7 @@ if GetDepend('RT_USING_DFS_JFFS2'):
|
||||||
RTT_ROOT + '/components/dfs/filesystems/jffs2/include', \
|
RTT_ROOT + '/components/dfs/filesystems/jffs2/include', \
|
||||||
RTT_ROOT + '/components/dfs/filesystems/jffs2', \
|
RTT_ROOT + '/components/dfs/filesystems/jffs2', \
|
||||||
RTT_ROOT + '/components/dfs/filesystems/jffs2/cyg/compress']
|
RTT_ROOT + '/components/dfs/filesystems/jffs2/cyg/compress']
|
||||||
#CPPDEFINES = CPPDEFINES + ['__ECOS', 'CYGOPT_FS_JFFS2_WRITE', 'CYGPKG_FS_JFFS2_RET_DIRENT_DTYPE']
|
|
||||||
|
|
||||||
group = DefineGroup('Filesystem', src_local, depend = ['RT_USING_DFS'], CPPPATH = path, CPPDEFINES = CPPDEFINES)
|
group = DefineGroup('Filesystem', src_local, depend = ['RT_USING_DFS'], CPPPATH = path, CPPDEFINES = CPPDEFINES, LIBRARY=True)
|
||||||
|
|
||||||
Return('group')
|
Return('group')
|
||||||
|
|
|
@ -11,6 +11,6 @@ sd.c
|
||||||
# The set of source files associated with this SConscript file.
|
# The set of source files associated with this SConscript file.
|
||||||
path = [cwd]
|
path = [cwd]
|
||||||
|
|
||||||
group = DefineGroup('DeviceDrivers', src, depend = ['RT_USING_MMCSD'], CPPPATH = path)
|
group = DefineGroup('DeviceDrivers', src, depend = ['RT_USING_SDIO'], CPPPATH = path)
|
||||||
|
|
||||||
Return('group')
|
Return('group')
|
||||||
|
|
Loading…
Reference in New Issue