blob: 55142d1f4c436b04657f658e7e9e2c479ecf7567 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
William Breathitt Gray0040a392019-04-02 15:30:36 +09002#
3# Makefile for Counter devices
4#
5
6obj-$(CONFIG_COUNTER) += counter.o
William Breathitt Grayf1d8a072019-04-02 15:30:40 +09007
8obj-$(CONFIG_104_QUAD_8) += 104-quad-8.o
Benjamin Gaignardad299372019-04-02 15:30:42 +09009obj-$(CONFIG_STM32_TIMER_CNT) += stm32-timer-cnt.o
Fabrice Gasnier597f55e2019-04-02 15:30:44 +090010obj-$(CONFIG_STM32_LPTIMER_CNT) += stm32-lptimer-cnt.o
David Lechnerf2137292019-09-01 17:58:24 -050011obj-$(CONFIG_TI_EQEP) += ti-eqep.o
Patrick Havelangea3b9a992019-04-02 15:30:51 +090012obj-$(CONFIG_FTM_QUADDEC) += ftm-quaddec.o