Add a default value for DELIM

This commit is contained in:
Gregory Nutt 2016-06-07 08:43:21 -06:00
parent 29eb3f00f0
commit 8de50dc0cf
2 changed files with 8 additions and 1 deletions

View File

@ -113,9 +113,14 @@ context_serialize:
context: context_serialize
preconfig:$(foreach SDIR, $(BUILDIRS), $(SDIR)_preconfig)
$(TOPDIR)/.config:
Kconfig: $(TOPDIR)/.config
$(foreach SDIR, $(BUILDIRS), $(SDIR)_preconfig)
$(Q) $(MKKCONFIG)
preconfig: Kconfig
.depdirs: $(foreach SDIR, $(CONFIGURED_APPS), $(SDIR)_depend)
.depend: context Makefile .depdirs

View File

@ -35,6 +35,8 @@
-include $(TOPDIR)/.config
-include $(TOPDIR)/Make.defs
DELIM = $(strip /)
include $(APPDIR)$(DELIM)Make.defs
# THTTPD Library