mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
make: allow building flat binary plugins on USE_ELF targets (attempt 2)
Looks like I forgot to test the hosted builds and for some reason thought that make would expand objcopy recursively... Change-Id: I61264eadcb1235660566f6a9f19f8718ebe14583
This commit is contained in:
parent
ebd273832d
commit
653bca7ff4
13 changed files with 20 additions and 13 deletions
|
|
@ -169,7 +169,7 @@ $(BUILDDIR)/%.rock:
|
|||
$(filter %.o, $^) \
|
||||
$(filter %.a, $+) \
|
||||
-lgcc $(PLUGINLDFLAGS)
|
||||
$(SILENT)$(call objcopy,$(BUILDDIR)/$*.elf,$@)
|
||||
$(SILENT)$(call objcopy_plugin,$(BUILDDIR)/$*.elf,$@)
|
||||
|
||||
$(BUILDDIR)/apps/plugins/%.lua: $(ROOTDIR)/apps/plugins/%.lua
|
||||
$(call PRINTS,CP $(subst $(ROOTDIR)/,,$<))cp $< $(BUILDDIR)/apps/plugins/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue