From 1138d4d80c64903f8c9d0a9c893dbcf04e3f8236 Mon Sep 17 00:00:00 2001 From: Michael Gruenewald Date: Sat, 8 Oct 2022 01:19:42 +0200 Subject: [PATCH] Enable dependency files for the emscripten build --- make.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/make.mk b/make.mk index 0792e64f..25401642 100644 --- a/make.mk +++ b/make.mk @@ -159,6 +159,7 @@ else CFLAGS += -W -Wall -Wextra -Wmissing-prototypes -Wmissing-declarations CFLAGS += -Wno-format -Wno-unused-parameter +CFLAGS += -MD -MP -MT $(BUILD)/$(*F).o -MF $(BUILD)/$(@F).d INCLUDES += \ -I$(TOP)/boards/$(BOARD) \