mirror of https://github.com/ARMmbed/mbed-os.git
EMAC: M467: Fix CMake build error (#367)
This fixes EMAC cmake build error on M467 target.pull/15530/head
parent
3297baedff
commit
3cb82bfe3c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue