summaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/f15tn
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-02-14 09:05:02 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-02-25 11:16:52 +0000
commit47b9e457fa7f80843ee68a6a2daf4115445465c5 (patch)
treeb23ec48e6a9a9a7694b19a7bf0649d0fb58faefb /src/vendorcode/amd/agesa/f15tn
parent423d03c16307df584d8890eab2cbfe2cb936081e (diff)
downloadcoreboot-47b9e457fa7f80843ee68a6a2daf4115445465c5.tar.xz
AGESA vendorcode: Define libagesa rule just once
No reason to keep this rule in per-family directory. Change-Id: I6bfc9a277674077774c4cb398f8add5e4fa99c69 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/31509 Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/vendorcode/amd/agesa/f15tn')
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Makefile.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/vendorcode/amd/agesa/f15tn/Makefile.inc b/src/vendorcode/amd/agesa/f15tn/Makefile.inc
index f33c7b8e88..57350d9571 100644
--- a/src/vendorcode/amd/agesa/f15tn/Makefile.inc
+++ b/src/vendorcode/amd/agesa/f15tn/Makefile.inc
@@ -60,10 +60,3 @@ CPPFLAGS_x86_64 += $(AGESA_INC) $(CPPFLAGS_x86_ANY)
subdirs-y += Legacy/Proc
subdirs-y += $(dir $(shell cd $(dir); find Proc -name Makefile.inc))
-
-$(obj)/libagesa.fam15tn.a: $$(libagesa-objs)
- @printf " AGESA $(subst $(obj)/,,$(@))\n"
- $(AR_libagesa) rcsDT $@ $+
-
-romstage-libs += $(obj)/libagesa.fam15tn.a
-ramstage-libs += $(obj)/libagesa.fam15tn.a