summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-12-13 10:32:46 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-12-13 15:15:06 +0100
commitcbc5d0042db7f10ecfce5ee64eb7b145a6dcf6d6 (patch)
treecc69c71ae7d044f042482a0801924262003eab74
parent8f29cf4ceaf8fd75b9cea50798b5e191b80578d4 (diff)
downloadOSELAS.Toolchain-cbc5d0042db7f10ecfce5ee64eb7b145a6dcf6d6.tar.gz
OSELAS.Toolchain-cbc5d0042db7f10ecfce5ee64eb7b145a6dcf6d6.tar.xz
Kconfig: add and enable PROJECT_CHECK_LICENSES
The way, all license data is validated during the build. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index 13d9c9d..6ecaf11 100644
--- a/Kconfig
+++ b/Kconfig
@@ -30,6 +30,10 @@ config PROJECT
Usually you don't have to set this config option; change it
only if you want to have some non-default name.
+config PROJECT_CHECK_LICENSES
+ bool
+ default y
+
comment "----------------------------------"
source "workspace/rules/architecture.in"