Triva typo fixed. Also modify weird definition in import/Makefile. Still weird, but at least the directory exists.
diff --git a/examples/sotest/lib/sotest/sotest.c b/examples/sotest/lib/sotest/sotest.c
index 114a67d..6172b51 100644
--- a/examples/sotest/lib/sotest/sotest.c
+++ b/examples/sotest/lib/sotest/sotest.c
@@ -1,5 +1,5 @@
/****************************************************************************
- * apps/examples/sotest/libs/sotest/sotest.c
+ * apps/examples/sotest/lib/sotest/sotest.c
*
* Copyright (C) 2017 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/import/Makefile b/import/Makefile
index 4039e3f..ec60c22 100644
--- a/import/Makefile
+++ b/import/Makefile
@@ -61,4 +61,4 @@
# Library path
-LIBPATH = $(TOPDIR)/libs
+LIBPATH = $(TOPDIR)/staging