Merge branch 'bugfix_kconfig_deps_missing' into 'master'

kconfig: Add -MP option so .d files include empty targets

See merge request espressif/esp-idf!5820
This commit is contained in:
Angus Gratton 2019-08-21 16:19:59 +08:00
commit fe376f9f04

View file

@ -165,7 +165,7 @@ check-lxdialog := $(SRCDIR)/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 -MMD
-DLOCALE -MMD -MP
CFLAGS += -I "." -I "${SRCDIR}"