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

obj-y += btns_driver.o
