Triva typo fixed. Also modify weird definition in import/Makefile. Still weird, but at least the directory exists.

This commit is contained in:
Gregory Nutt 2018-05-31 15:31:31 -06:00
parent 401687c04b
commit 6aa3e57004
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -61,4 +61,4 @@ distclean:
# Library path
LIBPATH = $(TOPDIR)/libs
LIBPATH = $(TOPDIR)/staging