Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
William Breathitt Gray | 0040a39 | 2019-04-02 15:30:36 +0900 | [diff] [blame] | 2 | # |
| 3 | # Makefile for Counter devices |
| 4 | # |
| 5 | |
| 6 | obj-$(CONFIG_COUNTER) += counter.o |
William Breathitt Gray | b6c50af | 2021-09-29 12:15:59 +0900 | [diff] [blame] | 7 | counter-y := counter-core.o counter-sysfs.o counter-chrdev.o |
William Breathitt Gray | f1d8a07 | 2019-04-02 15:30:40 +0900 | [diff] [blame] | 8 | |
| 9 | obj-$(CONFIG_104_QUAD_8) += 104-quad-8.o |
Oleksij Rempel | a55ebd4 | 2021-03-01 09:04:01 +0100 | [diff] [blame] | 10 | obj-$(CONFIG_INTERRUPT_CNT) += interrupt-cnt.o |
Benjamin Gaignard | ad29937 | 2019-04-02 15:30:42 +0900 | [diff] [blame] | 11 | obj-$(CONFIG_STM32_TIMER_CNT) += stm32-timer-cnt.o |
Fabrice Gasnier | 597f55e | 2019-04-02 15:30:44 +0900 | [diff] [blame] | 12 | obj-$(CONFIG_STM32_LPTIMER_CNT) += stm32-lptimer-cnt.o |
David Lechner | f213729 | 2019-09-01 17:58:24 -0500 | [diff] [blame] | 13 | obj-$(CONFIG_TI_EQEP) += ti-eqep.o |
Patrick Havelange | a3b9a99 | 2019-04-02 15:30:51 +0900 | [diff] [blame] | 14 | obj-$(CONFIG_FTM_QUADDEC) += ftm-quaddec.o |
Kamel Bouhara | 106b104 | 2020-07-06 13:43:47 +0200 | [diff] [blame] | 15 | obj-$(CONFIG_MICROCHIP_TCB_CAPTURE) += microchip-tcb-capture.o |
Jarkko Nikula | b711f68 | 2021-06-02 14:32:59 +0300 | [diff] [blame] | 16 | obj-$(CONFIG_INTEL_QEP) += intel-qep.o |