diff --git a/examples/sotest/lib/sotest/sotest.c b/examples/sotest/lib/sotest/sotest.c index 114a67d93..6172b5129 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 diff --git a/import/Makefile b/import/Makefile index 4039e3f7d..ec60c22ed 100644 --- a/import/Makefile +++ b/import/Makefile @@ -61,4 +61,4 @@ distclean: # Library path -LIBPATH = $(TOPDIR)/libs +LIBPATH = $(TOPDIR)/staging