pprof: workaround for MMSP2 timer glitch, add draw2
[picodrive.git] / platform / linux / Makefile
index 3362a73..627c2e2 100644 (file)
@@ -89,7 +89,7 @@ PicoDrive : $(OBJS)
        $(CC) $(CFLAGS) $^ $(LDFLAGS) -Wl,-Map=PicoDrive.map -o $@
 
 pprof: pprof.c
-       $(CROSS)gcc -O2 -ggdb -DPPROF -DPPROF_TOOL -I../../ -I. $^ -o $@ -lrt
+       $(CROSS)gcc -O2 -ggdb -DPPROF -DPPROF_TOOL -I../../ -I. $^ -o $@
 
 %.o : %.asm
        @echo ">>>" $<