diff options
author | Antoniu Miclaus <antoniu.miclaus@analog.com> | 2021-12-07 17:54:42 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2021-12-16 17:29:46 +0000 |
commit | 35c35b0c4161273e22d1bfb17e935d5dd7cefa8e (patch) | |
tree | c805dbc4b192e6e3633023abd5eae46b346133c5 /drivers/iio/Makefile | |
parent | 79ca243d83415c8f43e1c071b744fd8db8c1ccc1 (diff) | |
download | lwn-35c35b0c4161273e22d1bfb17e935d5dd7cefa8e.tar.gz lwn-35c35b0c4161273e22d1bfb17e935d5dd7cefa8e.zip |
iio: add filter subfolder
Add filter subfolder for IIO devices that handle filter functionality.
Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/Makefile')
-rw-r--r-- | drivers/iio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/Makefile b/drivers/iio/Makefile index 8d48c70fee4d..3be08cdadd7e 100644 --- a/drivers/iio/Makefile +++ b/drivers/iio/Makefile @@ -25,6 +25,7 @@ obj-y += common/ obj-y += dac/ obj-y += dummy/ obj-y += gyro/ +obj-y += filter/ obj-y += frequency/ obj-y += health/ obj-y += humidity/ |