Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/79264?usp=email )
Change subject: util/kconfig: Import some more of Linux's build infra ......................................................................
util/kconfig: Import some more of Linux's build infra
cmd and cmd_conf_cfg are necessary for `make menuconfig` and `make nconfig`.
Change-Id: Ie16ef31a8e0137f3fd4129fb73ca6ef4669173cc Signed-off-by: Patrick Georgi patrick@georgi.software --- M util/kconfig/Makefile.inc 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/79264/1
diff --git a/util/kconfig/Makefile.inc b/util/kconfig/Makefile.inc index 0614bb0..3a9f353 100644 --- a/util/kconfig/Makefile.inc +++ b/util/kconfig/Makefile.inc @@ -25,6 +25,9 @@
kecho := echo
+cmd = $(cmd_$(1)) +cmd_conf_cfg = $< $(addprefix $(obj)/$*conf-, cflags libs bin); touch $(obj)/$*conf-bin + ### # Read a file, replacing newlines with spaces #