From d5679cc8db0a6ab43369eb91089ea5fe015f552f Mon Sep 17 00:00:00 2001 From: Kshitij Sisodia Date: Thu, 3 Mar 2022 16:30:07 +0000 Subject: MLECO-2984: Refactor components * Use UART component from Ethos-U core-platform * Components as cmake project Change-Id: I053f3a59800abc20216e6a4df8555db357e3f21d Signed-off-by: Isabella Gottardi --- source/hal/platform/native/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/hal/platform/native') diff --git a/source/hal/platform/native/CMakeLists.txt b/source/hal/platform/native/CMakeLists.txt index 0435cf1..0b9fee1 100644 --- a/source/hal/platform/native/CMakeLists.txt +++ b/source/hal/platform/native/CMakeLists.txt @@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 3.15.6) -set(PLATFORM_DRIVERS_TARGET platform-drivers) +set(PLATFORM_DRIVERS_TARGET platform_drivers) project(${PLATFORM_DRIVERS_TARGET} DESCRIPTION "Platform drivers library for native target" -- cgit v1.2.1