diff options
author | Fabrice Gasnier <fabrice.gasnier@st.com> | 2019-04-02 15:30:44 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-25 21:33:41 +0200 |
commit | 597f55e3f36cb512ad82e22f67b9e0962ac1059f (patch) | |
tree | fe1fc5bbd491117c4f696860922a5420a5bbb763 /drivers/iio/Makefile | |
parent | ec63e2a4897075e427c121d863bd89c44578094f (diff) | |
download | linux-597f55e3f36cb512ad82e22f67b9e0962ac1059f.tar.bz2 |
counter: stm32-lptimer: add counter device
Add support for new counter device to stm32-lptimer.
Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/iio/Makefile')
-rw-r--r-- | drivers/iio/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/Makefile b/drivers/iio/Makefile index cb5993251381..bff682ad1cfb 100644 --- a/drivers/iio/Makefile +++ b/drivers/iio/Makefile @@ -20,7 +20,6 @@ obj-y += amplifiers/ obj-y += buffer/ obj-y += chemical/ obj-y += common/ -obj-y += counter/ obj-y += dac/ obj-y += dummy/ obj-y += gyro/ |