Files

11 lines
284 B
Plaintext
Raw Permalink Normal View History

2024-04-10 12:21:46 +08:00
menuconfig COMPONENT1_ENABLED
bool "Component1 configuration"
default n
config COMPONENT1_DYNAMIC
bool "compile component as dynamic(shared) lib"
default n
depends on COMPONENT1_ENABLED
help
Enable include static lib(from gcc)