summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-18 09:49:55 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-18 09:49:55 -0600
commitbc7bddedba414f1a5a7ae7360761f5f03149bd7f (patch)
treecbbfc67fde0e245a980611dd8ae830d2db5103ee
parent3d06cf2483f92c9c471e420de00b7af07bd931ad (diff)
downloadpx4-nuttx-bc7bddedba414f1a5a7ae7360761f5f03149bd7f.tar.gz
px4-nuttx-bc7bddedba414f1a5a7ae7360761f5f03149bd7f.tar.bz2
px4-nuttx-bc7bddedba414f1a5a7ae7360761f5f03149bd7f.zip
apps/platform/Makefile: Add a default defintion for DELIM. Apparently it may not be present in certain causes during 'make distclean'. From Michal Ulianko (SourceForge patch #47
-rw-r--r--apps/platform/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/platform/Makefile b/apps/platform/Makefile
index 72cc4e97c..86b412932 100644
--- a/apps/platform/Makefile
+++ b/apps/platform/Makefile
@@ -35,6 +35,8 @@
-include $(TOPDIR)/.config
-include $(TOPDIR)/Make.defs
+
+DELIM ?= $(strip /)
include $(APPDIR)$(DELIM)Make.defs
# Platform-specific Appliction Support