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