This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new cc1c4a372 examples/romfs: Compilation error after enabling options
cc1c4a372 is described below
commit cc1c4a3722b963f187e1064e2f333a5e26507ef8
Author: wangmingrong <[email protected]>
AuthorDate: Tue Dec 5 11:29:55 2023 +0800
examples/romfs: Compilation error after enabling options
Enable CONFIG_PROFIG_EXAMPLES_ROMFS compilation error
Signed-off-by: wangmingrong <[email protected]>
---
examples/romfs/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/romfs/Kconfig b/examples/romfs/Kconfig
index e4a2308a4..6284a2013 100644
--- a/examples/romfs/Kconfig
+++ b/examples/romfs/Kconfig
@@ -6,7 +6,7 @@
config EXAMPLES_ROMFS
tristate "ROMFS example"
default n
- depends on FS_ROMFS && BUILD_FLAT
+ depends on FS_ROMFS && BUILD_FLAT && BOARDCTL_ROMDISK
---help---
Enable the ROMFS example