#
# Makefile for the Marvell Gigabit Ethernet driver
#

ifdef CONFIG_MV_HAL_RULES_PATH
include $(srctree)/include/config/auto.conf
include $(srctree)/$(subst ",,$(CONFIG_MV_HAL_RULES_PATH))
endif

obj-$(CONFIG_MV_ETH_NFP) += mv_nfp_mgr.o

