14 lines
211 B
Plaintext
14 lines
211 B
Plaintext
menu "Custom dirent.h"
|
|
|
|
config DIRENT
|
|
bool "custom <dirent.h>"
|
|
select LSFS
|
|
select MODULE_HEAP
|
|
default n
|
|
|
|
config DIRENT_EMPTY_IMPLEMENTATION
|
|
bool "empty implementation"
|
|
default n
|
|
|
|
endmenu
|