Skip to content
Permalink
Browse files
fec_phy: add new PHY file
Added common file for both fec and fec_uio driver.
fec_phy.h and fec_phy.c have phy related API's.
Now the PHY functions can be used in both FEC and
FEC_UIO driver independently.

Signed-off-by: Sachin Saxena <sachin.saxena@nxp.com>
Signed-off-by: Apeksha Gupta <apeksha.gupta@nxp.com>
  • Loading branch information
Apeksha Gupta authored and intel-lab-lkp committed Nov 10, 2021
1 parent 84882cf commit 29dd4ea8a884ac6d592406e768c919f7b3db1417
Show file tree
Hide file tree
Showing 3 changed files with 531 additions and 1 deletion.
@@ -3,8 +3,10 @@
# Makefile for the Freescale network device drivers.
#

common-objs := fec_phy.o

obj-$(CONFIG_FEC) += fec.o
fec-objs :=fec_main.o fec_ptp.o
fec-objs :=fec_main.o fec_ptp.o $(common-objs)

obj-$(CONFIG_FEC_MPC52xx) += fec_mpc52xx.o
ifeq ($(CONFIG_FEC_MPC52xx_MDIO),y)

0 comments on commit 29dd4ea

Please sign in to comment.