mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Add a default value for DELIM
This commit is contained in:
parent
29eb3f00f0
commit
8de50dc0cf
2 changed files with 8 additions and 1 deletions
7
Makefile
7
Makefile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -35,6 +35,8 @@
|
|||
|
||||
-include $(TOPDIR)/.config
|
||||
-include $(TOPDIR)/Make.defs
|
||||
|
||||
DELIM = $(strip /)
|
||||
include $(APPDIR)$(DELIM)Make.defs
|
||||
|
||||
# THTTPD Library
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue