Merge pull request #14571 from boraozgen/bugfix/cmake-stm32-emac-init

CMake: STM32: Add missing emac init files
pull/14612/head
Martin Kojtal 2021-04-30 15:40:05 +01:00 committed by GitHub
commit 1f57702d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -9,4 +9,5 @@ target_include_directories(mbed-emac
target_sources(mbed-emac
INTERFACE
stm32f4_eth_conf.c
stm32f4_eth_init.c
)

View File

@ -9,4 +9,5 @@ target_include_directories(mbed-emac
target_sources(mbed-emac
INTERFACE
stm32f4_eth_conf.c
stm32f4_eth_init.c
)

View File

@ -9,4 +9,5 @@ target_include_directories(mbed-emac
target_sources(mbed-emac
INTERFACE
stm32f4_eth_conf.c
stm32f4_eth_init.c
)