From 05244b78be9eba0c83f6267fdbb3aa34e60eec98 Mon Sep 17 00:00:00 2001 From: Yulia Garbovich Date: Tue, 23 Nov 2021 20:10:26 +0200 Subject: Move drivers to core_platform Move to core_platform repository. core_software repository should only contain components related to running an inference. Drivers are platform components. Change-Id: I232ef14ce151db7e89cef39ec3b2d6c0b4da8aef --- CMakeLists.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 62db31e..9e0f38b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,15 +83,13 @@ add_subdirectory(lib) # Build applications add_subdirectory(applications) -# Build drivers -add_subdirectory(drivers) # Merge libraries into static library -target_link_libraries(ethosu_core INTERFACE tflu ethosu_applications ethosu_drivers) +target_link_libraries(ethosu_core INTERFACE tflu ethosu_applications) message(STATUS "*******************************************************") message(STATUS "PROJECT_NAME : ${PROJECT_NAME}") message(STATUS "CORE_SOFTWARE_RTOS : ${CORE_SOFTWARE_RTOS}") message(STATUS "CORE_SOFTWARE_ACCELERATOR : ${CORE_SOFTWARE_ACCELERATOR}") message(STATUS "ETHOSU_LOG_SEVERITY : ${ETHOSU_LOG_SEVERITY}") -message(STATUS "*******************************************************") \ No newline at end of file +message(STATUS "*******************************************************") -- cgit v1.2.1