Attention is currently required from: Martin L Roth.

Nicholas Chin has uploaded this change for review.

View Change

Makefile: Drop unused variable originalobjs

This was added in commit 963bed546f (Make: Use unaltered object list for
dependency inclusion) to fix an issue with dependency inclusion. The
logic that used originalobjs was changed in commit db273065f6 (build
system: extend src-to-obj for non-.c/.S files), leaving the variable
unused.

Change-Id: I011ff2070bc31ab9ddf2536873555d0157f91fce
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
---
M Makefile
1 file changed, 0 insertions(+), 3 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/80399/1
diff --git a/Makefile b/Makefile
index 4a87d2f..11f4c46 100644
--- a/Makefile
+++ b/Makefile
@@ -357,9 +357,6 @@
# For Ada includes
$(foreach class,$(classes),$(eval $(class)-ada-dirs:=$(sort $(dir $(filter %.ads %.adb,$($(class)-srcs)) $($(class)-extra-specs)))))

-# Save all objs before processing them (for dependency inclusion)
-originalobjs:=$(foreach var, $(addsuffix -objs,$(classes)), $($(var)))
-
# Call post-processors if they're defined
$(foreach class,$(classes),\
$(if $(value $(class)-postprocess),$(eval $(call $(class)-postprocess,$($(class)-objs)))))

To view, visit change 80399. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I011ff2070bc31ab9ddf2536873555d0157f91fce
Gerrit-Change-Number: 80399
Gerrit-PatchSet: 1
Gerrit-Owner: Nicholas Chin <nic.c3.14@gmail.com>
Gerrit-Reviewer: Martin L Roth <gaumless@gmail.com>
Gerrit-Attention: Martin L Roth <gaumless@gmail.com>
Gerrit-MessageType: newchange