Revert "make: allow building flat binary plugins on USE_ELF targets"

This reverts commit 91ec6f1e1e.

Reason for revert: Massive sea of red, looks like hosted + sim builds.

Change-Id: I98a3954d68ad2cc521e13c3683bf4a6f45f88b36
This commit is contained in:
Solomon Peachy 2026-02-04 08:48:43 -05:00
parent bbe72761a4
commit 1e2950cc6c
13 changed files with 13 additions and 20 deletions

View file

@ -245,4 +245,4 @@ $(CODECDIR)/%.codec: $(CODECDIR)/%.o
$(filter %.o, $^) \
$(filter %.a, $+) \
-lgcc $(CODECLDFLAGS)
$(SILENT)$(call objcopy_plugin,$(CODECDIR)/$*.elf,$@)
$(SILENT)$(call objcopy,$(CODECDIR)/$*.elf,$@)