Skip to content

Commit 88298ae

Browse files
erwangojhedberg
authored andcommitted
Revert "drivers: ethernet: eth_stm32 v1/v2 are placed in separate files"
This reverts commit 29750ac. This commit was part of PR 94142 which has been merged while a discussion was still on going on the right direction between splitting V1 and V2 or keeping a common file. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 3b3f283 commit 88298ae

File tree

3 files changed

+271
-719
lines changed

3 files changed

+271
-719
lines changed

drivers/ethernet/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ zephyr_library_sources_ifdef(CONFIG_ETH_ESP32 eth_esp32.c)
2929
zephyr_library_sources_ifdef(CONFIG_ETH_LITEX_LITEETH eth_litex_liteeth.c)
3030
zephyr_library_sources_ifdef(CONFIG_ETH_SMSC911X eth_smsc911x.c)
3131
zephyr_library_sources_ifdef(CONFIG_ETH_STELLARIS eth_stellaris.c)
32-
zephyr_library_sources_ifdef(CONFIG_ETH_STM32_HAL_API_V1 eth_stm32_hal_v1.c)
33-
zephyr_library_sources_ifdef(CONFIG_ETH_STM32_HAL_API_V2 eth_stm32_hal_v2.c)
32+
zephyr_library_sources_ifdef(CONFIG_ETH_STM32_HAL eth_stm32_hal_v2.c)
3433
zephyr_library_sources_ifdef(CONFIG_ETH_W5500 eth_w5500.c)
3534
zephyr_library_sources_ifdef(CONFIG_ETH_SAM_GMAC eth_sam_gmac.c)
3635
zephyr_library_sources_ifdef(CONFIG_ETH_CYCLONEV eth_cyclonev.c)

0 commit comments

Comments
 (0)