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>
This commit is contained in:
parent
5efddd7537
commit
211b1d8a87
|
@ -97,7 +97,7 @@ $(call src-to-obj,libagesa,$1): $(agesa_src_path)/$(notdir $1) $(obj)/config.h $
|
||||||
@printf " CC $$(subst $(obj)/,,$$(@))\n"
|
@printf " CC $$(subst $(obj)/,,$$(@))\n"
|
||||||
$(CC_libagesa) -c -MMD $(CFLAGS_libagesa) $(AGESA_CFLAGS) \
|
$(CC_libagesa) -c -MMD $(CFLAGS_libagesa) $(AGESA_CFLAGS) \
|
||||||
$(AGESA_INC) \
|
$(AGESA_INC) \
|
||||||
-include $(obj)/config.h -include $(src)/include/kconfig.h \
|
-include $(src)/include/rules.h -include $(src)/include/kconfig.h \
|
||||||
-o $$@ \
|
-o $$@ \
|
||||||
$(agesa_src_path)/$(notdir $1)
|
$(agesa_src_path)/$(notdir $1)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue