summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gruenewald <mail@michaelgruenewald.eu>2022-10-08 01:19:42 +0200
committerMichael Gruenewald <mail@michaelgruenewald.eu>2022-10-08 13:52:00 +0200
commit1138d4d80c64903f8c9d0a9c893dbcf04e3f8236 (patch)
tree0fcf2bdf1b5fac6294d3c932ba758b5cb9786769
parent866b5a47d6d20e017947fcd682fbc324b60276c6 (diff)
downloadSensor-Watch-1138d4d80c64903f8c9d0a9c893dbcf04e3f8236.tar.gz
Sensor-Watch-1138d4d80c64903f8c9d0a9c893dbcf04e3f8236.tar.bz2
Sensor-Watch-1138d4d80c64903f8c9d0a9c893dbcf04e3f8236.zip
Enable dependency files for the emscripten build
-rw-r--r--make.mk1
1 files changed, 1 insertions, 0 deletions
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) \