diff options
Diffstat (limited to 'drivers/counter/Makefile')
-rw-r--r-- | drivers/counter/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/counter/Makefile b/drivers/counter/Makefile new file mode 100644 index 000000000000..0c9e622a6bea --- /dev/null +++ b/drivers/counter/Makefile @@ -0,0 +1,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 |