]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/counter/Makefile
char/random: Add a newline at the end of the file
[linux.git] / drivers / counter / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Makefile for Counter devices
4 #
5
6 obj-$(CONFIG_COUNTER) += counter.o
7
8 obj-$(CONFIG_104_QUAD_8)        += 104-quad-8.o
9 obj-$(CONFIG_STM32_TIMER_CNT)   += stm32-timer-cnt.o
10 obj-$(CONFIG_STM32_LPTIMER_CNT) += stm32-lptimer-cnt.o
11 obj-$(CONFIG_FTM_QUADDEC)       += ftm-quaddec.o