From ae4efeb3dcc91adf8173b8fd8d84eb58578acb66 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Mon, 3 Sep 2018 11:07:59 +0800 Subject: [PATCH] mconf: Don't include system headers in dependency files Fixes issue where build gets stuck because of .d files in the tools/kconfig directory. Closes https://github.com/espressif/esp-idf/issues/712 --- tools/kconfig/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/kconfig/Makefile b/tools/kconfig/Makefile index 2454e47af..68029f257 100644 --- a/tools/kconfig/Makefile +++ b/tools/kconfig/Makefile @@ -161,7 +161,7 @@ check-lxdialog := lxdialog/check-lxdialog.sh # Use recursively expanded variables so we do not call gcc unless # we really need to do so. (Do not call gcc as part of make mrproper) CFLAGS += $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags) \ - -DLOCALE -MD + -DLOCALE -MMD # =========================================================================== # Shared Makefile for the various kconfig executables: