update
[lttv.git] / markers-userspace / Makefile
index 1a32a8acef092e0c5ba1f8a685f94257a9338249..e770d7377ab9fcec8c1f7a4013a3482b0f3b78e0 100644 (file)
@@ -7,7 +7,7 @@ marker-lib.o: marker-lib.c marker.h
        $(CC) -O2 -DCONFIG_MARKERS -c -o $@ marker-lib.c
 
 testprog: testprog.c marker.h marker-lib.o
-       $(CC) -O2 -DCONFIG_MARKERS -o $@ testprog.c marker-lib.o
+       $(CC) -Wl,-Telf_i386.xmark -O2 -DCONFIG_MARKERS -o $@ testprog.c marker-lib.o
 
 testprog.S: testprog.c marker.h
        $(CC) -O2 -DCONFIG_MARKERS -S -o $@ testprog.c
@@ -15,4 +15,4 @@ testprog.S: testprog.c marker.h
 .PHONY: clean
 
 clean:
-       rm -f testprog testprog.S
+       rm -f testprog testprog.S marker-lib.o
This page took 0.022732 seconds and 4 git commands to generate.