[coreboot-gerrit] Patch set updated for coreboot: AMD binaryPI: Promote rules.h to default include

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Wed Dec 7 14:04:41 CET 2016


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17667

-gerrit

commit b3412dc45c107c03a7e7b9c70733b93601dfe8f1
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Thu Dec 1 07:59:16 2016 +0200

    AMD binaryPI: Promote rules.h to default include
    
    Also remove config.h, kconfig.h will pull that one in.
    
    Change-Id: I798b3ffcf86fca19ae4b0103bb901a69db734141
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/vendorcode/amd/pi/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/vendorcode/amd/pi/Makefile.inc b/src/vendorcode/amd/pi/Makefile.inc
index ac364e1..2cd18c1 100644
--- a/src/vendorcode/amd/pi/Makefile.inc
+++ b/src/vendorcode/amd/pi/Makefile.inc
@@ -97,7 +97,7 @@ $(call src-to-obj,libagesa,$1): $(agesa_src_path)/$(notdir $1) $(obj)/config.h $
 	@printf "    CC         $$(subst $(obj)/,,$$(@))\n"
 	$(CC_libagesa) -c -MMD $(CFLAGS_libagesa) $(AGESA_CFLAGS)                 \
 	               $(AGESA_INC)                                               \
-	               -include $(obj)/config.h -include $(src)/include/kconfig.h \
+	               -include $(src)/include/rules.h -include $(src)/include/kconfig.h \
 	               -o $$@                                                     \
 	               $(agesa_src_path)/$(notdir $1)
 



More information about the coreboot-gerrit mailing list