4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-30 02:51:33 +08:00

add DFS_ROMFS_ROOT dependence on ROMFS source file.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1664 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong@gmail.com 2011-08-05 13:02:23 +00:00
parent f6ce7bb0d9
commit c14f8ba9fb

View File

@ -19,8 +19,9 @@ filesystems/elmfat/ff.c
# DFS-ROMFS options
romfs = Split("""
filesystems/romfs/dfs_romfs.c
filesystems/romfs/romfs.c
""")
if not GetDepend('DFS_ROMFS_ROOT'):
romfs = romfs + 'filesystems/romfs/romfs.c'
# DFS-DeviceFS options
devfs = Split("""