From 3cb82bfe3c1cad22748d1cf21fd3b95f2b5e9513 Mon Sep 17 00:00:00 2001 From: ccli8 Date: Fri, 4 Oct 2024 13:28:42 +0800 Subject: [PATCH] EMAC: M467: Fix CMake build error (#367) This fixes EMAC cmake build error on M467 target. --- .../emac/TARGET_NUVOTON_EMAC/TARGET_M460/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/connectivity/drivers/emac/TARGET_NUVOTON_EMAC/TARGET_M460/CMakeLists.txt b/connectivity/drivers/emac/TARGET_NUVOTON_EMAC/TARGET_M460/CMakeLists.txt index 222154cab7..068a4effdc 100644 --- a/connectivity/drivers/emac/TARGET_NUVOTON_EMAC/TARGET_M460/CMakeLists.txt +++ b/connectivity/drivers/emac/TARGET_NUVOTON_EMAC/TARGET_M460/CMakeLists.txt @@ -2,12 +2,12 @@ # SPDX-License-Identifier: Apache-2.0 target_include_directories(mbed-emac - INTERFACE + PUBLIC . ) target_sources(mbed-emac - INTERFACE + PRIVATE m460_eth.c synopGMAC_Dev.c synopGMAC_network_interface.c