summaryrefslogtreecommitdiff
path: root/apps/import
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-06 12:28:30 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-06 12:28:30 -0600
commita70b7580eb7648e6012adc90a3f367c30dc79b98 (patch)
tree883303cfffa9e14c7daef5d489e20b8119c25166 /apps/import
parent90404eaed5070b512325a3215933447d0620ce9a (diff)
downloadnuttx-a70b7580eb7648e6012adc90a3f367c30dc79b98.tar.gz
nuttx-a70b7580eb7648e6012adc90a3f367c30dc79b98.tar.bz2
nuttx-a70b7580eb7648e6012adc90a3f367c30dc79b98.zip
apps/ make-related fixes. Now builds kernel mode file system
Diffstat (limited to 'apps/import')
-rw-r--r--apps/import/Make.defs8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/import/Make.defs b/apps/import/Make.defs
index 3506d6ea6..6817e63dd 100644
--- a/apps/import/Make.defs
+++ b/apps/import/Make.defs
@@ -33,8 +33,8 @@
#
############################################################################
-include ${TOPDIR}/.config
-include ${TOPDIR}/build/Make.defs
+include $(TOPDIR)/.config
+include $(TOPDIR)/build/Make.defs
# Control build verbosity
#
@@ -183,10 +183,10 @@ AFLAGS = $(CFLAGS) -D__ASSEMBLY__
ifeq ($(WINTOOL),y)
# Windows-native toolchains
- LDLIBPATH = -L "${shell cygpath -w ${APPDIR}}" -L "${shell cygpath -w $(TOPDIR)$(DELIM)libs}"
+ LDLIBPATH = -L "${shell cygpath -w $(APPDIR)}" -L "${shell cygpath -w $(TOPDIR)$(DELIM)libs}"
else
# Linux/Cygwin-native toolchain
- LDLIBPATH = -L ${APPDIR} -L $(TOPDIR)$(DELIM)libs
+ LDLIBPATH = -L $(APPDIR) -L $(TOPDIR)$(DELIM)libs
endif
LDLIBS = -lnuttx