]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blob - drivers/counter/Makefile
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-kernels.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