10 lines
262 B
Plaintext
10 lines
262 B
Plaintext
config BR2_PACKAGE_MY_SHARED_LIB
|
|
bool "my-shared-lib"
|
|
help
|
|
A shared library providing common functionality used across
|
|
multiple Raspberry Pi projects.
|
|
|
|
Installs libmyshared.so into /usr/lib on the target.
|
|
|
|
https://github.com/your-org/my-shared-lib
|