summaryrefslogtreecommitdiffstats
path: root/apps/plugins/midi/midi.make
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/midi/midi.make')
-rw-r--r--apps/plugins/midi/midi.make12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/plugins/midi/midi.make b/apps/plugins/midi/midi.make
index 9de8496d90..549d8e7c0a 100644
--- a/apps/plugins/midi/midi.make
+++ b/apps/plugins/midi/midi.make
@@ -21,18 +21,6 @@ OTHER_SRC += $(MIDI_SRC)
MIDICFLAGS = $(PLUGINFLAGS) -O2
$(MIDIBUILDDIR)/midi.rock: $(MIDI_OBJ)
-# for some reason, this doesn't match the implicit rule in plugins.make,
-# so we have to duplicate the link command here
- $(call PRINTS,LD $(@F))
- $(SILENT)$(CC) $(PLUGINFLAGS) -o $*.elf \
- $(filter %.o, $^) \
- $(filter %.a, $^) \
- -lgcc $(PLUGINLDFLAGS)
-ifdef SIMVER
- $(SILENT)cp $*.elf $@
-else
- $(SILENT)$(OC) -O binary $*.elf $@
-endif
# new rule needed to use extra compile flags
$(MIDIBUILDDIR)/%.o: $(MIDISRCDIR)/%.c