mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
testing: Move rpmsgdev to drivers/rpmsgdev
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
d7be1bd672
commit
4e9d907677
5 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# ##############################################################################
|
||||
# apps/testing/rpmsgdev/CMakeLists.txt
|
||||
# apps/testing/drivers/rpmsgdev/CMakeLists.txt
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
||||
# license agreements. See the NOTICE file distributed with this work for
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
############################################################################
|
||||
# apps/testing/rpmsgdev/Make.defs
|
||||
# apps/testing/drivers/rpmsgdev/Make.defs
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
|
@ -19,5 +19,5 @@
|
|||
############################################################################
|
||||
|
||||
ifneq ($(CONFIG_RPMSGDEV_TEST),)
|
||||
CONFIGURED_APPS += $(APPDIR)/testing/rpmsgdev
|
||||
CONFIGURED_APPS += $(APPDIR)/testing/drivers/rpmsgdev
|
||||
endif
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
############################################################################
|
||||
# apps/testing/rpmsgdev/Makefile
|
||||
# apps/testing/drivers/rpmsgdev/Makefile
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* apps/testing/rpmsgdev/testdev.c
|
||||
* apps/testing/drivers/rpmsgdev/testdev.c
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
Loading…
Add table
Add a link
Reference in a new issue