mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
examples/romfs: Compilation error after enabling options
Enable CONFIG_PROFIG_EXAMPLES_ROMFS compilation error Signed-off-by: wangmingrong <wangmingrong@xiaomi.com>
This commit is contained in:
parent
0918826561
commit
cc1c4a3722
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue