add thread branding
[lttv.git] / ltt-usertrace / Makefile
index cfd4622f05c9341e6e8d924a79dcb21f36a9f750..dad7049cdf43a7f0da32c693c78f0c69da82f55f 100644 (file)
@@ -15,11 +15,14 @@ all: libs samples
 #SAMPLE PROGRAMS
 
 samples: sample sample-highspeed sample-printf \
-                               sample-instrument-fct sample-thread-slow sample-thread-fast
+       sample-instrument-fct sample-thread-slow sample-thread-fast sample-thread-brand
 
 sample: sample.c ltt-facility-loader-user_generic.c
        $(CC) $(LTT_CFLAGS) $(CFLAGS) -o $@ $^
        
+sample-thread-brand: sample-thread-brand.c ltt-facility-loader-user_generic.c
+       $(CC) $(LTT_CFLAGS) $(CFLAGS) -o $@ $^
+
 sample-highspeed: sample-highspeed.c ltt-facility-loader-user_generic.c
        $(CC) $(LTT_CFLAGS) $(CFLAGS) -lltt-usertrace-fast -o $@ $^
 
This page took 0.024855 seconds and 4 git commands to generate.