162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for Counter devices 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciobj-$(CONFIG_COUNTER) += counter.o 762306a36Sopenharmony_cicounter-y := counter-core.o counter-sysfs.o counter-chrdev.o 862306a36Sopenharmony_ci 962306a36Sopenharmony_ciobj-$(CONFIG_I8254) += i8254.o 1062306a36Sopenharmony_ciobj-$(CONFIG_104_QUAD_8) += 104-quad-8.o 1162306a36Sopenharmony_ciobj-$(CONFIG_INTERRUPT_CNT) += interrupt-cnt.o 1262306a36Sopenharmony_ciobj-$(CONFIG_RZ_MTU3_CNT) += rz-mtu3-cnt.o 1362306a36Sopenharmony_ciobj-$(CONFIG_STM32_TIMER_CNT) += stm32-timer-cnt.o 1462306a36Sopenharmony_ciobj-$(CONFIG_STM32_LPTIMER_CNT) += stm32-lptimer-cnt.o 1562306a36Sopenharmony_ciobj-$(CONFIG_TI_EQEP) += ti-eqep.o 1662306a36Sopenharmony_ciobj-$(CONFIG_FTM_QUADDEC) += ftm-quaddec.o 1762306a36Sopenharmony_ciobj-$(CONFIG_MICROCHIP_TCB_CAPTURE) += microchip-tcb-capture.o 1862306a36Sopenharmony_ciobj-$(CONFIG_INTEL_QEP) += intel-qep.o 1962306a36Sopenharmony_ciobj-$(CONFIG_TI_ECAP_CAPTURE) += ti-ecap-capture.o 20