]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - tools/iio/Makefile
arm64: atomics: patch in lse instructions when supported by the CPU
[mirror_ubuntu-artful-kernel.git] / tools / iio / Makefile
CommitLineData
54628687
LW
1CC = $(CROSS_COMPILE)gcc
2CFLAGS += -Wall -g -D_GNU_SOURCE
817020cf
RD
3
4all: iio_event_monitor lsiio generic_buffer
5
6iio_event_monitor: iio_event_monitor.o iio_utils.o
7
8lsiio: lsiio.o iio_utils.o
9
10generic_buffer: generic_buffer.o iio_utils.o
11
12%.o: %.c iio_utils.h
13
14.PHONY: clean
15clean:
16 rm -f *.o iio_event_monitor lsiio generic_buffer