blob: 40d35522937de94d27e6bd225ce6ce93e20f30fb [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
Patrick Havelangea3b9a992019-04-02 15:30:51 +090011obj-$(CONFIG_FTM_QUADDEC) += ftm-quaddec.o