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

obj-y += mv_error.o
