src/vendorcode/amd: Use AR variable in Makefiles
Change-Id: I5158f1bcc18eb5b15f310d0cf50fb787c12317c8 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/21700 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
committed by
Kyösti Mälkki
parent
e097585fdf
commit
15cb5be5b0
@@ -151,7 +151,7 @@ $(foreach file,$(strip $(agesa_src_files)),$(eval $(call create_agesa_cp_templat
|
||||
|
||||
$(agesa_output_path)/libagesa.a: $(call src-to-obj,libagesa,$(agesa_src_files))
|
||||
@printf " AGESA $(subst $(obj)/,,$(@))\n"
|
||||
ar rcs $@ $+
|
||||
$(AR_libagesa) rcs $@ $+
|
||||
|
||||
bootblock-libs += $(agesa_output_path)/libagesa.a
|
||||
romstage-libs += $(agesa_output_path)/libagesa.a
|
||||
|
Reference in New Issue
Block a user