#
# Makefile for the Marvell GPIO Driver
#
ifneq ($(MACHINE),)
include $(srctree)/$(MACHINE)/config/mvRules.mk
endif

obj-y += mv_gpio.o
