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
pull/2367/head
Angus Gratton 2018-09-03 11:07:59 +08:00 zatwierdzone przez bot
rodzic 5f1844a0c8
commit ae4efeb3dc
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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: