diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-12-01 07:59:16 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-12-18 20:53:33 +0100 |
commit | 211b1d8a87d076acd0929300a1cb8fa825f6560d (patch) | |
tree | e3a3242ab65ef546eab21750a34433d24a5b1c46 /src/vendorcode/amd | |
parent | 5efddd7537ee921ade4969b764245fbf87d87372 (diff) | |
download | coreboot-211b1d8a87d076acd0929300a1cb8fa825f6560d.tar.xz |
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@gmail.com>
Reviewed-on: https://review.coreboot.org/17667
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/vendorcode/amd')
-rw-r--r-- | src/vendorcode/amd/pi/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/amd/pi/Makefile.inc b/src/vendorcode/amd/pi/Makefile.inc index ac364e138c..2cd18c1376 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) |