Skip to content

Commit d6d97ca

Browse files
committed
Merge remote-tracking branch 'upstream/master' into sync
2 parents 97c2672 + c299c8b commit d6d97ca

File tree

381 files changed

+226628
-1994
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

381 files changed

+226628
-1994
lines changed

connectivity/drivers/emac/TARGET_NUVOTON_EMAC/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ if("M480" IN_LIST MBED_TARGET_LABELS)
55
add_subdirectory(TARGET_M480)
66
elseif("NUC472" IN_LIST MBED_TARGET_LABELS)
77
add_subdirectory(TARGET_NUC472)
8+
elseif("M460" IN_LIST MBED_TARGET_LABELS)
9+
add_subdirectory(TARGET_M460)
810
endif()
911

1012
target_include_directories(mbed-emac
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Copyright (c) 2020 ARM Limited. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
target_include_directories(mbed-emac
5+
INTERFACE
6+
.
7+
)
8+
9+
target_sources(mbed-emac
10+
INTERFACE
11+
m460_eth.c
12+
synopGMAC_Dev.c
13+
synopGMAC_network_interface.c
14+
)

0 commit comments

Comments
 (0)