the following patch was just integrated into master: commit 56354d503d89c1e87b7b426a0ec31077b6af0e6e Author: Martin Roth martinroth@google.com Date: Tue Aug 18 14:30:27 2015 -0600
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 martinroth@google.com Reviewed-on: http://review.coreboot.org/11273 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-by: Patrick Georgi pgeorgi@google.com
See http://review.coreboot.org/11273 for details.
-gerrit