From 721f739db6805c3a290e5ec02960c3476f751095 Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 4 Apr 2018 17:00:42 +0200 Subject: [PATCH] [Travis] trying to fix compiling. (Case senstive issue) --- loader/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/loader/Makefile b/loader/Makefile index 6721d6f..7e60cbc 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -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