testing: Move rpmsgdev to drivers/rpmsgdev

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2025-01-26 16:05:36 +08:00 committed by Alan C. Assis
parent d7be1bd672
commit 4e9d907677
5 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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