Files

11 lines
193 B
Plaintext
Raw Permalink Normal View History

2024-10-24 14:04:05 +08:00
menuconfig ZPL_ENABLED
bool "Enable libzpl"
default n
config ZPL_DYNAMIC
bool "compile component as dynamic(shared) lib"
default n
depends on ZPL_ENABLED