From 56354d503d89c1e87b7b426a0ec31077b6af0e6e Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 18 Aug 2015 14:30:27 -0600 Subject: util/kconfig: add olddefconfig target There doesn't seem to have been an olddefconfig target in the coreboot version of the Kconfig makefile. It's listed in the .PHONY, but it doesn't seem like it's ever been there. This is useful for expanding a miniconfig saved with 'make savedefconfig'. Change-Id: I3798f8469135b58d32da68d4b0e434ab5351b501 Signed-off-by: Martin Roth Reviewed-on: http://review.coreboot.org/11273 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi --- util/kconfig/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util') diff --git a/util/kconfig/Makefile b/util/kconfig/Makefile index ab741139f7..243f763237 100644 --- a/util/kconfig/Makefile +++ b/util/kconfig/Makefile @@ -97,6 +97,9 @@ else $< --defconfig=$(KBUILD_DEFCONFIG) $(Kconfig) endif +olddefconfig: $(objk)/conf + $< --olddefconfig $(Kconfig) + %_defconfig: $(objk)/conf $< --defconfig=configs/$@ $(Kconfig) -- cgit v1.2.3