X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Flinux%2FMakefile;h=627c2e217916cb398818c642aec49c4df5eb2e84;hb=25eb407c56c95255fc1b88afe084bd5ae393193d;hp=3362a73806b7e9100d26a88dbdac9d270a76b118;hpb=b081408f66662068a3d274f696bdabba5186b68e;p=picodrive.git diff --git a/platform/linux/Makefile b/platform/linux/Makefile index 3362a73..627c2e2 100644 --- a/platform/linux/Makefile +++ b/platform/linux/Makefile @@ -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 ">>>" $<