aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/rules.mk')
-rw-r--r--tmk_core/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/rules.mk b/tmk_core/rules.mk
index 543d3da8a..8d843cc98 100644
--- a/tmk_core/rules.mk
+++ b/tmk_core/rules.mk
@@ -260,7 +260,7 @@ LST = $(patsubst %.c,$(OBJDIR)/%.lst,$(patsubst %.cpp,$(OBJDIR)/%.lst,$(patsubst
260 260
261# Compiler flags to generate dependency files. 261# Compiler flags to generate dependency files.
262#GENDEPFLAGS = -MMD -MP -MF .dep/$(@F).d 262#GENDEPFLAGS = -MMD -MP -MF .dep/$(@F).d
263GENDEPFLAGS = -MMD -MP -MF $(BUILD_DIR)/.dep/$(subst /,_,$@).d 263GENDEPFLAGS = -MMD -MP -MF $(BUILD_DIR)/.dep/$(subst /,_,$(subst $(BUILD_DIR)/,,$@)).d
264 264
265 265
266# Combine all necessary flags and optional flags. 266# Combine all necessary flags and optional flags.