add linker script
[lttv.git] / markers-userspace / Makefile
index 1a32a8acef092e0c5ba1f8a685f94257a9338249..1c9bd84960ff2a47fa221e5ac2f7c23341755f12 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
This page took 0.025408 seconds and 4 git commands to generate.