Minor adjustments to the example plugin makefile

This commit is contained in:
Maschell
2018-06-30 16:43:07 +02:00
parent 4bdca98d8d
commit 2f074ac71f
2 changed files with 2 additions and 2 deletions

View File

@@ -230,7 +230,7 @@ $(OUTPUT) : $(OFILES)
#---------------------------------------------------------------------------------
%.o: %.S
@echo $(notdir $<)
$(CC) -MMD -MP -MF $(DEPSDIR)/$*.d -x assembler-with-cpp $(INCLUDE_FULL) -c $< -o $@ $(ERROR_FILTER)
@$(CC) -MMD -MP -MF $(DEPSDIR)/$*.d -x assembler-with-cpp $(INCLUDE_FULL) -c $< -o $@ $(ERROR_FILTER)
#---------------------------------------------------------------------------------
%.png.o : %.png