blob: cb646ed2f0395c6c4d550c1b06032d2f38d06889 [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
Oleksij Rempela55ebd42021-03-01 09:04:01 +01009obj-$(CONFIG_INTERRUPT_CNT) += interrupt-cnt.o
Benjamin Gaignardad299372019-04-02 15:30:42 +090010obj-$(CONFIG_STM32_TIMER_CNT) += stm32-timer-cnt.o
Fabrice Gasnier597f55e2019-04-02 15:30:44 +090011obj-$(CONFIG_STM32_LPTIMER_CNT) += stm32-lptimer-cnt.o
David Lechnerf2137292019-09-01 17:58:24 -050012obj-$(CONFIG_TI_EQEP) += ti-eqep.o
Patrick Havelangea3b9a992019-04-02 15:30:51 +090013obj-$(CONFIG_FTM_QUADDEC) += ftm-quaddec.o
Kamel Bouhara106b1042020-07-06 13:43:47 +020014obj-$(CONFIG_MICROCHIP_TCB_CAPTURE) += microchip-tcb-capture.o