Skip to content

Commit 4e9d907

Browse files
xiaoxiang781216acassis
authored andcommitted
testing: Move rpmsgdev to drivers/rpmsgdev
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
1 parent d7be1bd commit 4e9d907

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

testing/rpmsgdev/CMakeLists.txt renamed to testing/drivers/rpmsgdev/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ##############################################################################
2-
# apps/testing/rpmsgdev/CMakeLists.txt
2+
# apps/testing/drivers/rpmsgdev/CMakeLists.txt
33
#
44
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
55
# license agreements. See the NOTICE file distributed with this work for
File renamed without changes.

testing/rpmsgdev/Make.defs renamed to testing/drivers/rpmsgdev/Make.defs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
############################################################################
2-
# apps/testing/rpmsgdev/Make.defs
2+
# apps/testing/drivers/rpmsgdev/Make.defs
33
#
44
# Licensed to the Apache Software Foundation (ASF) under one or more
55
# contributor license agreements. See the NOTICE file distributed with
@@ -19,5 +19,5 @@
1919
############################################################################
2020

2121
ifneq ($(CONFIG_RPMSGDEV_TEST),)
22-
CONFIGURED_APPS += $(APPDIR)/testing/rpmsgdev
22+
CONFIGURED_APPS += $(APPDIR)/testing/drivers/rpmsgdev
2323
endif

testing/rpmsgdev/Makefile renamed to testing/drivers/rpmsgdev/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
############################################################################
2-
# apps/testing/rpmsgdev/Makefile
2+
# apps/testing/drivers/rpmsgdev/Makefile
33
#
44
# Licensed to the Apache Software Foundation (ASF) under one or more
55
# contributor license agreements. See the NOTICE file distributed with

testing/rpmsgdev/testdev.c renamed to testing/drivers/rpmsgdev/testdev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* apps/testing/rpmsgdev/testdev.c
2+
* apps/testing/drivers/rpmsgdev/testdev.c
33
*
44
* Licensed to the Apache Software Foundation (ASF) under one or more
55
* contributor license agreements. See the NOTICE file distributed with

0 commit comments

Comments
 (0)