Skip to content

Commit 3cb82bf

Browse files
authored
EMAC: M467: Fix CMake build error (#367)
This fixes EMAC cmake build error on M467 target.
1 parent 3297bae commit 3cb82bf

File tree

1 file changed

+2
-2
lines changed
  • connectivity/drivers/emac/TARGET_NUVOTON_EMAC/TARGET_M460

1 file changed

+2
-2
lines changed

connectivity/drivers/emac/TARGET_NUVOTON_EMAC/TARGET_M460/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
target_include_directories(mbed-emac
5-
INTERFACE
5+
PUBLIC
66
.
77
)
88

99
target_sources(mbed-emac
10-
INTERFACE
10+
PRIVATE
1111
m460_eth.c
1212
synopGMAC_Dev.c
1313
synopGMAC_network_interface.c

0 commit comments

Comments
 (0)