Another minor Makefile improvement for the case of no .config file

This commit is contained in:
Gregory Nutt 2016-05-10 18:25:13 -06:00
parent 0a33420e02
commit 1106658ab1

View File

@ -36,7 +36,9 @@
-include $(TOPDIR)/.config
-include $(TOPDIR)/Make.defs
CONFIG_ARCH_BOARD ?= dummy
DELIM ?= $(strip /)
include $(APPDIR)$(DELIM)Make.defs
# Platform-specific Appliction Support