Fix dma350_ns example source path
The dma350_ns example takes the native_driver
source files from tf-m and that has been reorganized.
Change-Id: Ib735b71fbf05bdd07a71edff3588e7eb213d2707
Signed-off-by: Bence Balogh <bence.balogh@arm.com>
diff --git a/examples/corstone310_fvp_dma/dma350_ns/CMakeLists.txt b/examples/corstone310_fvp_dma/dma350_ns/CMakeLists.txt
index dbcfa9c..35844e2 100644
--- a/examples/corstone310_fvp_dma/dma350_ns/CMakeLists.txt
+++ b/examples/corstone310_fvp_dma/dma350_ns/CMakeLists.txt
@@ -1,5 +1,5 @@
#-------------------------------------------------------------------------------
-# Copyright (c) 2021-2022, Arm Limited. All rights reserved.
+# Copyright (c) 2021-2023, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -66,7 +66,7 @@
# CLCD files
clcd_lib/clcd_mps3_lib.c
clcd_lib/clcd_mps3_drv.c
- ${TFM_SRC_DIR}/platform/ext/target/arm/mps3/corstone310/common/native_drivers/systimer_armv8-m_drv.c
+ ${TFM_SRC_DIR}/platform/ext/target/arm/drivers/timer/armv8m/systimer_armv8-m_drv.c
# DMA350 unprivileged-specific files
dma350_lib/dma350_lib_unprivileged.c