Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « counter « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0c9e622a6bea1e82598d9ab3d3aee6e0089caa6d (plain)
1
2
3
4
5
6
7
8
9
10
#
# Makefile for Counter devices
#

obj-$(CONFIG_COUNTER) += counter.o

obj-$(CONFIG_104_QUAD_8)	+= 104-quad-8.o
obj-$(CONFIG_STM32_TIMER_CNT)	+= stm32-timer-cnt.o
obj-$(CONFIG_STM32_LPTIMER_CNT)	+= stm32-lptimer-cnt.o
obj-$(CONFIG_FTM_QUADDEC)	+= ftm-quaddec.o