You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
KBUILD_CFLAGS += -Werror
|
|
|
|
ifneq ($(CONFIG_SOCT_DRV_BUILDIN),)
|
|
obj-$(CONFIG_SOCT_DRV_BUILDIN) += external_phy.o gmac.o
|
|
else
|
|
obj-$(CONFIG_GMAC) += external_phy.o gmac.o
|
|
endif
|
|
|
|
gmac-objs := gmac.o board.o mdio.o autoeee.o phy_id_table.o phy_fix.o proc_dev.o pm.o gmac_fmea.o
|