mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 03:09:16 +08:00
[nxp] move phy driver into drivers folder
This commit is contained in:
committed by
Man, Jianting (Meco)
parent
4537d06afb
commit
ff310443b8
@@ -50,6 +50,8 @@ if GetDepend('BSP_USING_ETH'):
|
||||
|
||||
if GetDepend('BSP_USING_PHY'):
|
||||
src += ['drv_mdio.c']
|
||||
if GetDepend('PHY_USING_KSZ8081'):
|
||||
src += ['drv_ksz8081.c']
|
||||
|
||||
if GetDepend('BSP_USING_AUDIO'):
|
||||
src += ['drv_sai.c']
|
||||
|
||||
Reference in New Issue
Block a user