mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-09 13:22:19 +00:00
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>
4 lines
143 B
Plaintext
4 lines
143 B
Plaintext
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
|