diff mbox series

[RFC,2/6] scripts/kconfig/kconfig.Makefile: extend simple-targets

Message ID 20250328-kconfig-env-with-ansible-v1-2-3231c0272457@samsung.com (mailing list archive)
State New
Headers show
Series Generate Kconfig environment in Ansible | expand

Commit Message

Daniel Gomez March 28, 2025, 8:56 p.m. UTC
From: Daniel Gomez <da.gomez@samsung.com>

Add oldconfig and olddefconfig targets.

Signed-off-by: Daniel Gomez <da.gomez@samsung.com>
---
 scripts/kconfig/Makefile         | 3 +++
 scripts/kconfig/kconfig.Makefile | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index e3694365bf98281a00fb56d76d3400d236776476..7cef3498e4c9e751c05190fb3da7507587d9ad84 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -69,6 +69,9 @@  help:
 	@echo "allyesconfig       - enables all bells and whistles"
 	@echo "allnoconfig        - disables all bells and whistles"
 	@echo "randconfig         - random configuration"
+	@echo "oldconfig          - update a configuration using provided .config as base"
+	@echo "olddefconfig       - Same as oldconfig but sets new symbosl to their default"
+
 	@echo "defconfig-*        - If you have files in the defconfig directory use default config from there"
 
 .PHONY: clean
diff --git a/scripts/kconfig/kconfig.Makefile b/scripts/kconfig/kconfig.Makefile
index e227ea4233a7e790e90f38c1817c745a0c805132..cc24c7ff3e1c23487aec767075c69fdf3876b39d 100644
--- a/scripts/kconfig/kconfig.Makefile
+++ b/scripts/kconfig/kconfig.Makefile
@@ -51,7 +51,7 @@  $(KCONFIG_DIR)/conf:
 
 # More are supported, however we only list the ones tested on this top
 # level Makefile.
-simple-targets := allnoconfig allyesconfig alldefconfig randconfig
+simple-targets := allnoconfig allyesconfig alldefconfig randconfig oldconfig olddefconfig
 PHONY += $(simple-targets)
 
 $(simple-targets): $(KCONFIG_DIR)/conf Kconfig