[nxp] move phy driver into drivers folder

This commit is contained in:
Meco Man
2022-08-14 21:50:14 -04:00
committed by Man, Jianting (Meco)
parent 4537d06afb
commit ff310443b8
3 changed files with 3 additions and 19 deletions
+2
View File
@@ -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']