Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/32781
Change subject: vendorcode/amd/pi: Include $(obj)/config.h ......................................................................
vendorcode/amd/pi: Include $(obj)/config.h
This patch allows to have CONFIG() macro in src/include/rules.h
Change-Id: Ie2d9df756d5ed7201d6061b53026659c6a55dbbc Signed-off-by: Subrata Banik subrata.banik@intel.com --- M src/vendorcode/amd/pi/00670F00/Makefile.inc M src/vendorcode/amd/pi/Makefile.inc 2 files changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/32781/1
diff --git a/src/vendorcode/amd/pi/00670F00/Makefile.inc b/src/vendorcode/amd/pi/00670F00/Makefile.inc index 0e6f2af..79eaac0 100644 --- a/src/vendorcode/amd/pi/00670F00/Makefile.inc +++ b/src/vendorcode/amd/pi/00670F00/Makefile.inc @@ -80,6 +80,7 @@ -include $(src)/include/rules.h \ -include $(src)/include/kconfig.h \ -include $(src)/commonlib/include/commonlib/compiler.h \ + -D__BUILD_DIR__="$(obj)" \ -o $$@ \ $(agesa_src_path)/$(notdir $1)
diff --git a/src/vendorcode/amd/pi/Makefile.inc b/src/vendorcode/amd/pi/Makefile.inc index 4c8db6a..8fcd413 100644 --- a/src/vendorcode/amd/pi/Makefile.inc +++ b/src/vendorcode/amd/pi/Makefile.inc @@ -103,6 +103,7 @@ -include $(src)/include/rules.h \ -include $(src)/include/kconfig.h \ -include $(src)/commonlib/include/commonlib/compiler.h \ + -D__BUILD_DIR__="$(obj)" \ -o $$@ \ $(agesa_src_path)/$(notdir $1)
Subrata Banik has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/32781 )
Change subject: vendorcode/amd/pi: Include $(obj)/config.h ......................................................................
Abandoned