Makefile 219 Bytes
Newer Older
1 2 3 4 5
#
# Makefile for Counter devices
#

obj-$(CONFIG_COUNTER) += counter.o
6 7

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