aboutsummaryrefslogtreecommitdiffstats
path: root/features/lto
diff options
context:
space:
mode:
Diffstat (limited to 'features/lto')
-rw-r--r--features/lto/lto-debug.cfg1
-rw-r--r--features/lto/lto-debug.scc1
-rw-r--r--features/lto/lto-disable.cfg1
-rw-r--r--features/lto/lto-disable.scc1
-rw-r--r--features/lto/lto.cfg1
-rw-r--r--features/lto/lto.scc1
6 files changed, 6 insertions, 0 deletions
diff --git a/features/lto/lto-debug.cfg b/features/lto/lto-debug.cfg
index fc2e057f..3647667e 100644
--- a/features/lto/lto-debug.cfg
+++ b/features/lto/lto-debug.cfg
@@ -1 +1,2 @@
+# SPDX-License-Identifier: MIT
CONFIG_LTO_DEBUG=y
diff --git a/features/lto/lto-debug.scc b/features/lto/lto-debug.scc
index 6f6574a0..9e58d896 100644
--- a/features/lto/lto-debug.scc
+++ b/features/lto/lto-debug.scc
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Enable the creation of LTO debug files"
define KFEATURE_COMPATIBILITY all
diff --git a/features/lto/lto-disable.cfg b/features/lto/lto-disable.cfg
index c1ac70a9..81939aff 100644
--- a/features/lto/lto-disable.cfg
+++ b/features/lto/lto-disable.cfg
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
# CONFIG_LTO_MENU is not set
# CONFIG_LTO is not set
# CONFIG_LTO_DEBUG is not set
diff --git a/features/lto/lto-disable.scc b/features/lto/lto-disable.scc
index 0cf85293..9c89ace2 100644
--- a/features/lto/lto-disable.scc
+++ b/features/lto/lto-disable.scc
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Disable LTO (Link-Time Optimization) for the Linux kernel"
define KFEATURE_COMPATIBILITY all
diff --git a/features/lto/lto.cfg b/features/lto/lto.cfg
index 39cb6a47..da230efe 100644
--- a/features/lto/lto.cfg
+++ b/features/lto/lto.cfg
@@ -1,2 +1,3 @@
+# SPDX-License-Identifier: MIT
CONFIG_LTO_MENU=y
CONFIG_LTO=y
diff --git a/features/lto/lto.scc b/features/lto/lto.scc
index 0b0a5b25..b858b29b 100644
--- a/features/lto/lto.scc
+++ b/features/lto/lto.scc
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Enable LTO (Link-Time Optimization) for the Linux kernel"
define KFEATURE_COMPATIBILITY all