Skip to content

Commit

Permalink
Makefile: More aggressive dependency tracking
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Thompson <[email protected]>
  • Loading branch information
daniel-thompson committed Jun 3, 2021
1 parent 7b0905b commit ba4e825
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,5 @@ $(OBJDIR)/%.o : %.S
.PHONY: clean
clean:
$(RM) -r $(OBJDIR)

$(OBJS) factoryflash.o : $(wildcard src/boards/$(BOARD)/*.h)

0 comments on commit ba4e825

Please sign in to comment.