X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Flinux%2FMakefile;h=627c2e217916cb398818c642aec49c4df5eb2e84;hb=9bb5d91c48b50da466aa553db65c9f9b2a0b1e8d;hp=3362a73806b7e9100d26a88dbdac9d270a76b118;hpb=f6c49d38cbb965c502ca2af66d76e92f95acda7c;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 ">>>" $<