Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
git-mirror
/
linux
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Files
master
Documentation
arch
block
certs
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
arch
build
cgroup
firewire
gpio
hv
iio
Makefile
generic_buffer.c
iio_event_monitor.c
iio_utils.c
iio_utils.h
lsiio.c
include
laptop
lguest
lib
net
nfsd
objtool
perf
power
scripts
spi
testing
thermal
time
usb
virtio
vm
Makefile
usr
virt
.get_maintainer.ignore
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
REPORTING-BUGS
Breadcrumbs
linux
/
tools
/
iio
/
Makefile
Blame
Blame
Latest commit
History
History
16 lines (10 loc) · 323 Bytes
Breadcrumbs
linux
/
tools
/
iio
/
Makefile
Top
File metadata and controls
Code
Blame
16 lines (10 loc) · 323 Bytes
Raw
CC = $(CROSS_COMPILE)gcc CFLAGS += -Wall -g -D_GNU_SOURCE all: iio_event_monitor lsiio generic_buffer iio_event_monitor: iio_event_monitor.o iio_utils.o lsiio: lsiio.o iio_utils.o generic_buffer: generic_buffer.o iio_utils.o %.o: %.c iio_utils.h .PHONY: clean clean: rm -f *.o iio_event_monitor lsiio generic_buffer
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
You can’t perform that action at this time.