diff options
| author | Yuval Adam <_@yuv.al> | 2017-08-30 08:25:59 +0000 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-08-30 08:25:59 +0000 |
| commit | 8e4bff4cab0ddac6060645b0715210484d02ff40 (patch) | |
| tree | 3a5c3024371a04692a3a6d9974d001cdff8ebf84 /drivers/staging/iio/gyro/Makefile | |
Diffstat (limited to 'drivers/staging/iio/gyro/Makefile')
| -rw-r--r-- | drivers/staging/iio/gyro/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/staging/iio/gyro/Makefile b/drivers/staging/iio/gyro/Makefile new file mode 100644 index 00000000..98e65006 --- /dev/null +++ b/drivers/staging/iio/gyro/Makefile @@ -0,0 +1,12 @@ +# +# Makefile for digital gyroscope sensor drivers +# + +adis16060-y := adis16060_core.o +obj-$(CONFIG_ADIS16060) += adis16060.o + +adis16130-y := adis16130_core.o +obj-$(CONFIG_ADIS16130) += adis16130.o + +adis16260-y := adis16260_core.o +obj-$(CONFIG_ADIS16260) += adis16260.o |
