blob: 1b9a896eb4880278bfb699672c2a93563a735b4f (
plain)
1
2
3
4
5
6
7
8
|
#
# Makefile for IIO counter devices
#
# When adding new entries keep the list in alphabetical order
obj-$(CONFIG_104_QUAD_8) += 104-quad-8.o
obj-$(CONFIG_STM32_LPTIMER_CNT) += stm32-lptimer-cnt.o
|