diff options
Diffstat (limited to 'drivers/staging/iio/Makefile')
-rw-r--r-- | drivers/staging/iio/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/staging/iio/Makefile b/drivers/staging/iio/Makefile new file mode 100644 index 00000000000..92b462a125e --- /dev/null +++ b/drivers/staging/iio/Makefile @@ -0,0 +1,6 @@ +# +# Makefile for the industrial I/O core. +# + +obj-$(CONFIG_IIO) += industrialio.o +industrialio-y := industrialio-core.o |