fixed romfs file source error in SConscript.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1665 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
c14f8ba9fb
commit
d561771cc0
|
@ -21,7 +21,7 @@ romfs = Split("""
|
||||||
filesystems/romfs/dfs_romfs.c
|
filesystems/romfs/dfs_romfs.c
|
||||||
""")
|
""")
|
||||||
if not GetDepend('DFS_ROMFS_ROOT'):
|
if not GetDepend('DFS_ROMFS_ROOT'):
|
||||||
romfs = romfs + 'filesystems/romfs/romfs.c'
|
romfs = romfs + Split('filesystems/romfs/romfs.c')
|
||||||
|
|
||||||
# DFS-DeviceFS options
|
# DFS-DeviceFS options
|
||||||
devfs = Split("""
|
devfs = Split("""
|
||||||
|
|
Loading…
Reference in New Issue