[Travis] trying to fix compiling. (Case senstive issue)

This commit is contained in:
Maschell 2018-04-04 17:00:42 +02:00
parent 135f201f19
commit 721f739db6

View File

@ -217,6 +217,11 @@ $(OUTPUT).elf: $(OFILES)
%.o: %.S
@echo $(notdir $<)
@$(CC) -MMD -MP -MF $(DEPSDIR)/$*.d -x assembler-with-cpp $(ASFLAGS) -c $< -o $@ $(ERROR_FILTER)
#---------------------------------------------------------------------------------
%.o: %.s
@echo $(notdir $<)
@$(CC) -MMD -MP -MF $(DEPSDIR)/$*.d -x assembler-with-cpp $(ASFLAGS) -c $< -o $@ $(ERROR_FILTER)
#---------------------------------------------------------------------------------
%.png.o : %.png