apps/system/usrsock_rpmsg/Make.defs: Correct configured application name.

This commit is contained in:
chao.an 2019-11-09 10:03:24 -06:00 committed by Gregory Nutt
parent 2507cc15e8
commit 6bdc814836

View File

@ -34,5 +34,5 @@
############################################################################
ifeq ($(CONFIG_SYSTEM_USRSOCK_RPMSG),y)
CONFIGURED_APPS += $(APPDIR)/system/usrsock
CONFIGURED_APPS += $(APPDIR)/system/usrsock_rpmsg
endif