ust: add userspace rcu support
[ust.git] / libmarkers / Makefile
1 all: libmarkers.so
2
3 libmarkers.so: marker.c *.c *.h
4 gcc -g -fPIC -I../share -I../libtracing -I. -shared -o libmarkers.so -L../../../../urcu -I../../../../urcu $(CFLAGS) -lurcu marker.c ../share/kref.c ../libtracing/channels.c
5
6 .PHONY: libmarkers.so all
This page took 0.031457 seconds and 5 git commands to generate.