Skip to content

Commit b1a9e39

Browse files
erwangojhedberg
authored andcommitted
drivers: ethernet: Rename eth_stm32_hal.c to eth_stm32hal_common.c
Keep the history on the common file before splitting v1 and v2 code from it. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 4429626 commit b1a9e39

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

drivers/ethernet/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +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 eth_stm32_hal.c)
32+
zephyr_library_sources_ifdef(CONFIG_ETH_STM32_HAL eth_stm32_hal_common.c)
3333
zephyr_library_sources_ifdef(CONFIG_ETH_W5500 eth_w5500.c)
3434
zephyr_library_sources_ifdef(CONFIG_ETH_SAM_GMAC eth_sam_gmac.c)
3535
zephyr_library_sources_ifdef(CONFIG_ETH_CYCLONEV eth_cyclonev.c)
File renamed without changes.

0 commit comments

Comments
 (0)