summaryrefslogtreecommitdiffstats
path: root/apps/plugins/reversi/reversi.make
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/reversi/reversi.make')
-rw-r--r--apps/plugins/reversi/reversi.make12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/plugins/reversi/reversi.make b/apps/plugins/reversi/reversi.make
index 0e7b38842b..52a97fa1ba 100644
--- a/apps/plugins/reversi/reversi.make
+++ b/apps/plugins/reversi/reversi.make
@@ -19,15 +19,3 @@ REVERSI_OBJ := $(call c2obj, $(REVERSI_SRC))
OTHER_SRC += $(REVERSI_SRC)
$(REVERSIBUILDDIR)/reversi.rock: $(REVERSI_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