diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-07-29 03:36:04 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2017-08-09 14:29:36 +0100 |
commit | 18956cf2d78a8d4a5959e20240f04ce8d5a6c121 (patch) | |
tree | bd035cf6b9ae5642ff2b2e388e125c0b715497f0 /tools/iio/Build | |
parent | fb4b6f92d19c9509c75f2ef5fee44287e413b7a2 (diff) |
iio: tools: move to tools buildsystem
There is a nice buildsystem dedicated for userspace tools in Linux kernel tree.
Switch iio target to be built by it.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'tools/iio/Build')
-rw-r--r-- | tools/iio/Build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/iio/Build b/tools/iio/Build new file mode 100644 index 000000000000..f74cbda64710 --- /dev/null +++ b/tools/iio/Build @@ -0,0 +1,3 @@ +lsiio-y += lsiio.o iio_utils.o +iio_event_monitor-y += iio_event_monitor.o iio_utils.o +iio_generic_buffer-y += iio_generic_buffer.o iio_utils.o |