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
@ -6,7 +6,7 @@
|
|||||||
config CANUTILS_LIBCANUTILS
|
config CANUTILS_LIBCANUTILS
|
||||||
bool "CAN-utils support library"
|
bool "CAN-utils support library"
|
||||||
default n
|
default n
|
||||||
depends on NET_CAN
|
depends on NET_CAN && ALLOW_GPL_COMPONENTS
|
||||||
---help---
|
---help---
|
||||||
Enable the CAN-utils support library ported from
|
Enable the CAN-utils support library ported from
|
||||||
https://github.com/linux-can/can-utils
|
https://github.com/linux-can/can-utils
|
||||||
|
Loading…
x
Reference in New Issue
Block a user