summaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/f14
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2017-09-26 10:09:19 -0600
committerKyösti Mälkki <kyosti.malkki@gmail.com>2017-10-19 14:03:51 +0000
commit15cb5be5b0558343de551575feba19ec85deb851 (patch)
tree13f7d5228fcc00f5159bc7401fc21e3c54083016 /src/vendorcode/amd/agesa/f14
parente097585fdfa30bb8d7cafaf3ca42b1cbacd11bf0 (diff)
downloadcoreboot-15cb5be5b0558343de551575feba19ec85deb851.tar.xz
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>
Diffstat (limited to 'src/vendorcode/amd/agesa/f14')
-rw-r--r--src/vendorcode/amd/agesa/f14/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/amd/agesa/f14/Makefile.inc b/src/vendorcode/amd/agesa/f14/Makefile.inc
index 0a1bc07bc4..a7065a6370 100644
--- a/src/vendorcode/amd/agesa/f14/Makefile.inc
+++ b/src/vendorcode/amd/agesa/f14/Makefile.inc
@@ -59,7 +59,7 @@ subdirs-y += $(dir $(shell cd $(dir); find Proc -name Makefile.inc))
$(obj)/libagesa.fam14.a: $$(libagesa-objs)
@printf " AGESA $(subst $(obj)/,,$(@))\n"
- $(AR_romstage) rcs $@ $+
+ $(AR_libagesa) rcs $@ $+
romstage-libs += $(obj)/libagesa.fam14.a
ramstage-libs += $(obj)/libagesa.fam14.a