# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for Counter devices
#

obj-$(CONFIG_COUNTER) += counter.o
obj-$(CONFIG_INTEL_QEP)		+= intel-qep.o
