diff options
Diffstat (limited to 'apps/plugins/doom/doom.make')
| -rw-r--r-- | apps/plugins/doom/doom.make | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/plugins/doom/doom.make b/apps/plugins/doom/doom.make index fc73729..adec543 100644 --- a/apps/plugins/doom/doom.make +++ b/apps/plugins/doom/doom.make @@ -34,18 +34,6 @@ else endif $(DOOMBUILDDIR)/doom.rock: $(DOOM_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 $(DOOMBUILDDIR)/%.o: $(DOOMSRCDIR)/%.c |