Fix references to examples/nsh left in previous commit.
This commit is contained in:
parent
8de513e36b
commit
32f50985a6
@ -14,7 +14,7 @@ config NSH_LIBRARY
|
||||
select READLINE_HAVE_EXTMATCH
|
||||
---help---
|
||||
Build the NSH support library. This is used, for example, by
|
||||
examples/nsh in order to implement the full NuttShell (NSH).
|
||||
system/nsh in order to implement the full NuttShell (NSH).
|
||||
|
||||
if NSH_LIBRARY
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# apps/examples/nsh/Make.defs
|
||||
# apps/system/nsh/Make.defs
|
||||
# Adds selected applications to apps/ build
|
||||
#
|
||||
# Copyright (C) 2015 Gregory Nutt. All rights reserved.
|
||||
@ -35,5 +35,5 @@
|
||||
############################################################################
|
||||
|
||||
ifeq ($(CONFIG_SYSTEM_NSH),y)
|
||||
CONFIGURED_APPS += examples/nsh
|
||||
CONFIGURED_APPS += system/nsh
|
||||
endif
|
||||
|
@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# apps/examples/nsh/Makefile
|
||||
# apps/system/nsh/Makefile
|
||||
#
|
||||
# Copyright (C) 2007-2008, 2010-2012, 2017 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* examples/nsh/nsh_main.c
|
||||
* system/nsh/nsh_main.c
|
||||
*
|
||||
* Copyright (C) 2007-2013, 2017-2018 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
Loading…
x
Reference in New Issue
Block a user