summaryrefslogtreecommitdiff
path: root/apps/import
diff options
context:
space:
mode:
Diffstat (limited to 'apps/import')
-rw-r--r--apps/import/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/import/Make.defs b/apps/import/Make.defs
index 6817e63dd..056d9b7fe 100644
--- a/apps/import/Make.defs
+++ b/apps/import/Make.defs
@@ -189,7 +189,7 @@ else
LDLIBPATH = -L $(APPDIR) -L $(TOPDIR)$(DELIM)libs
endif
-LDLIBS = -lnuttx
+LDLIBS = -lapps -lnuttx
# Try to get the path to libgcc.a. Of course, this only works for GCC
# toolchains.