netutils/usrsock_rpmsg: Fix build failures

Not all files were correctly modified when usrsock_rpmsg was moved from apps/system to apps/netutils.  Changes were overlooked in the Makefile and Make.defs file.
This commit is contained in:
Gregory Nutt 2020-05-06 19:39:44 -06:00 committed by Abdelatif Guettouche
parent 4389885cf6
commit 779635afa6
2 changed files with 3 additions and 3 deletions
netutils/usrsock_rpmsg

@ -1,5 +1,5 @@
############################################################################
# apps/system/usrsock_rpmsg/Make.defs
# apps/netutils/usrsock_rpmsg/Make.defs
#
# Copyright (C) 2018 Pinecone Inc. All rights reserved.
# Author: Pinecone <pinecone@pinecone.net>
@ -34,5 +34,5 @@
############################################################################
ifeq ($(CONFIG_NETUTILS_USRSOCK_RPMSG),y)
CONFIGURED_APPS += $(APPDIR)/system/usrsock_rpmsg
CONFIGURED_APPS += $(APPDIR)/netutils/usrsock_rpmsg
endif

@ -1,5 +1,5 @@
############################################################################
# apps/system/usrsock_rpmsg/Makefile
# apps/netutils/usrsock_rpmsg/Makefile
#
# Copyright (C) 2018 Pinecone Inc. All rights reserved.
# Author: Pinecone <pinecone@pinecone.net>