mirror of https://github.com/ARMmbed/mbed-os.git
CMake: STM32: Add missing emac init files
parent
c73413893f
commit
f365860f3e
|
@ -9,4 +9,5 @@ target_include_directories(mbed-emac
|
||||||
target_sources(mbed-emac
|
target_sources(mbed-emac
|
||||||
INTERFACE
|
INTERFACE
|
||||||
stm32f4_eth_conf.c
|
stm32f4_eth_conf.c
|
||||||
|
stm32f4_eth_init.c
|
||||||
)
|
)
|
||||||
|
|
|
@ -9,4 +9,5 @@ target_include_directories(mbed-emac
|
||||||
target_sources(mbed-emac
|
target_sources(mbed-emac
|
||||||
INTERFACE
|
INTERFACE
|
||||||
stm32f4_eth_conf.c
|
stm32f4_eth_conf.c
|
||||||
|
stm32f4_eth_init.c
|
||||||
)
|
)
|
||||||
|
|
|
@ -9,4 +9,5 @@ target_include_directories(mbed-emac
|
||||||
target_sources(mbed-emac
|
target_sources(mbed-emac
|
||||||
INTERFACE
|
INTERFACE
|
||||||
stm32f4_eth_conf.c
|
stm32f4_eth_conf.c
|
||||||
|
stm32f4_eth_init.c
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue