Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/42820 )
Change subject: [DONOTSUBMIT] build system: temporarily disable adding config to cbfs ......................................................................
[DONOTSUBMIT] build system: temporarily disable adding config to cbfs
Makes comparisons between kconfig versions easier
Change-Id: I30e4988b70785b3500a5b5284d760ea209c64ec4 Signed-off-by: Patrick Georgi pgeorgi@google.com --- M Makefile.inc 1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/42820/1
diff --git a/Makefile.inc b/Makefile.inc index 7f61a5e..a204908 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1209,9 +1209,9 @@ vgaroms/seavgabios.bin-file := $(CONFIG_PAYLOAD_VGABIOS_FILE) vgaroms/seavgabios.bin-type := raw
-cbfs-files-$(CONFIG_INCLUDE_CONFIG_FILE) += config -config-file := $(DOTCONFIG):defconfig -config-type := raw +# cbfs-files-$(CONFIG_INCLUDE_CONFIG_FILE) += config +# config-file := $(DOTCONFIG):defconfig +# config-type := raw
cbfs-files-$(CONFIG_INCLUDE_CONFIG_FILE) += revision revision-file := $(obj)/build.h
Patrick Georgi has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/42820 )
Change subject: [DONOTSUBMIT] build system: temporarily disable adding config to cbfs ......................................................................
Abandoned
not needed anymore