#
# Makefile for the Marvell PHY sysfs driver
#
ifneq ($(MACHINE),)
include $(srctree)/$(MACHINE)/config/mvRules.mk
endif

obj-y += phy_sysfs.o
