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:
parent
4389885cf6
commit
779635afa6
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user