Skip to content

Commit

Permalink
Makefile.incl: use dependency files
Browse files Browse the repository at this point in the history
The gcc -MD option is used in Makefile.incl,
but gcc generated dependency files are actually unused.

This commit fixes the fault.

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
  • Loading branch information
frantony committed Aug 14, 2018
1 parent aea02ff commit a592bc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.incl
Expand Up @@ -139,4 +139,6 @@ bigflash: $(BINARY).bin

.PHONY: images clean elf bin hex srec list all

-include $(OBJS:.o=.d)

# End

0 comments on commit a592bc3

Please sign in to comment.