Corrected Makefile.CMSIS and IOSTM_CMSIS.cpp to enable compilation

without errors
This commit is contained in:
Wojciech Krutnik 2017-03-31 01:25:24 +02:00
parent ab09848afd
commit 70dfb0964e
2 changed files with 1 additions and 4 deletions

View file

@ -141,7 +141,7 @@ $(OBJDIR):
$(BINDIR):
mkdir -p $(BINDIR)
$(ELF): $(BINDIR) $(OBJ)
$(ELF): $(OBJDIR) $(BINDIR) $(OBJ)
$(LD) $(OBJ) $(LDFLAGS) $(LDLIBS) -o $@
$(DIS): $(ELF)