ust: add userspace rcu support
[ust.git] / libtracectl / Makefile
index 6aa41e46c6d9f1768ad8af039811f7fe31c67cbc..27803da2b44862a4b5f11b0778e721a446d18272 100644 (file)
@@ -1,7 +1,7 @@
 all: libtracectl.so
 
 libtracectl.so: tracectl.c
-       gcc -g -shared -fPIC -I../libmarkers -I../share -o libtracectl.so tracectl.c
+       gcc -g -shared -fPIC -I../libmarkers -I../share $(CFLAGS) -o libtracectl.so tracectl.c
 
 clean:
        rm -rf *.so *.o
This page took 0.021961 seconds and 4 git commands to generate.