ust: add userspace rcu support
[ust.git] / libtracing / Makefile
index b2904e85e2dc0e5de450ecc2cdf5d40e022a90ea..d8abbbbeeaa60643c8812d35d47771fde14701bb 100644 (file)
@@ -1,6 +1,6 @@
 all: libtracing.so
 
 libtracing.so: *.c *.h
-       gcc -g -fPIC -I../share -I../libtracing -I../libmarkers -shared -o libtracing.so *.c
+       gcc -g -fPIC -I../share -I../libtracing -I../libmarkers $(CFLAGS) -shared -o libtracing.so *.c
 
 .PHONY: libtracing.so all
This page took 0.023308 seconds and 4 git commands to generate.