Trivial changes from review of last PR

This commit is contained in:
Gregory Nutt 2019-04-28 06:47:03 -06:00
parent 75aca388a4
commit 07b6eb555c
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,4 @@
#############################################################################
# apps/netutils/cjson/Make.defs
# Adds selected applications to apps/ build
#
@ -31,7 +32,7 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
#
############################################################################
#############################################################################
ifeq ($(CONFIG_NETUTILS_CJSON),y)
CONFIGURED_APPS += netutils/cjson

View File

@ -1,4 +1,4 @@
############################################################################
#############################################################################
# apps/ netutils/cjson/Makefile
#
# Copyright (C) 2019 Gregory Nutt. All rights reserved.
@ -31,7 +31,7 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
#
###########################################################################
#############################################################################
# Standard includes