mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
canutils: libcanutils: add GPL build barrier
Exclude libcanutils from build unless the license is set to allow GPL code in the build. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
parent
23e0325698
commit
1c3d08a738
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
config CANUTILS_LIBCANUTILS
|
||||
bool "CAN-utils support library"
|
||||
default n
|
||||
depends on NET_CAN
|
||||
depends on NET_CAN && ALLOW_GPL_COMPONENTS
|
||||
---help---
|
||||
Enable the CAN-utils support library ported from
|
||||
https://github.com/linux-can/can-utils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue