diff options
author | Jonathan Cameron <jic23@cam.ac.uk> | 2009-08-18 18:06:19 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-15 12:02:24 -0700 |
commit | 847ec80bbaa76aae41062d6802cea9c1b2289f14 (patch) | |
tree | fd68009e13b5abd5e02704c29b6639be9df3d630 /drivers/staging/iio/Makefile | |
parent | a5ca2dfc4ebd33e18f981f562833c39efdc2585c (diff) |
Staging: IIO: core support for device registration and management
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 |