]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/counter/Makefile
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-kernels.git] / drivers / counter / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
0040a390
WBG
2#
3# Makefile for Counter devices
4#
5
6obj-$(CONFIG_COUNTER) += counter.o
f1d8a071
WBG
7
8obj-$(CONFIG_104_QUAD_8) += 104-quad-8.o
ad29937e 9obj-$(CONFIG_STM32_TIMER_CNT) += stm32-timer-cnt.o
597f55e3 10obj-$(CONFIG_STM32_LPTIMER_CNT) += stm32-lptimer-cnt.o
a3b9a999 11obj-$(CONFIG_FTM_QUADDEC) += ftm-quaddec.o