From 229d7a0983b142821c6d0ca5a557020468a6f9eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonny=20Sv=C3=A4rd?= Date: Tue, 4 Apr 2023 16:53:59 +0200 Subject: Remove ETHOSU define from targets Ethos-U core driver exports the macro Change-Id: I373dbdaa9ec0ee24d566912fc876a4a0627e8b63 --- targets/corstone-300/CMakeLists.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'targets/corstone-300') diff --git a/targets/corstone-300/CMakeLists.txt b/targets/corstone-300/CMakeLists.txt index b76c474..dfa2792 100644 --- a/targets/corstone-300/CMakeLists.txt +++ b/targets/corstone-300/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2020-2022 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2020-2023 Arm Limited and/or its affiliates # # SPDX-License-Identifier: Apache-2.0 # @@ -127,11 +127,6 @@ target_link_libraries(ethosu_target_startup INTERFACE ethosu_mhu_dummy ethosu_uart_cmsdk_apb) -if (TARGET ethosu_core_driver) - target_compile_definitions(ethosu_core_driver PUBLIC - ETHOSU) -endif() - if (TARGET event_recorder) target_include_directories(event_recorder BEFORE INTERFACE event_recorder) -- cgit v1.2.1