aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/iio/Build
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2017-07-29 03:36:04 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2017-08-09 14:29:36 +0100
commit18956cf2d78a8d4a5959e20240f04ce8d5a6c121 (patch)
treebd035cf6b9ae5642ff2b2e388e125c0b715497f0 /tools/iio/Build
parentiio: adc: ti-ads7950: Add OF device ID table (diff)
downloadwireguard-linux-18956cf2d78a8d4a5959e20240f04ce8d5a6c121.tar.xz
wireguard-linux-18956cf2d78a8d4a5959e20240f04ce8d5a6c121.zip
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/Build3
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