aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/counter/Makefile
blob: 5589976d37f8a7d421d058b653d484de4ab7161b (plain) (blame)
1
2
3
4
5
6
7
8
9
#
# 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