mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
18956cf2d7
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>
3 lines
143 B
Text
3 lines
143 B
Text
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
|