X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile;h=13a6b8a34c2624d9ffcb91d4a08fc2220ca32f6f;hp=a5322a9c5fd0a22e3098028ee78f7b795d18fadc;hb=7fb6d4530b2018064f8011f7ff9e4f673002f615;hpb=0ed766f6299b2a2edf7dce4b1bf8ecb95963ae7b diff --git a/Makefile b/Makefile index a5322a9c..13a6b8a3 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ SCRIPTS = fio_generate_plots SOURCE := gettime.c fio.c ioengines.c init.c stat.c log.c time.c filesetup.c \ eta.c verify.c memory.c io_u.c parse.c mutex.c options.c \ - rbtree.c smalloc.c filehash.c profile.c debug.c lib/rand.c \ + lib/rbtree.c smalloc.c filehash.c profile.c debug.c lib/rand.c \ lib/num2str.c lib/ieee754.c $(wildcard crc/*.c) engines/cpu.c \ engines/mmap.c engines/sync.c engines/null.c engines/net.c \ memalign.c server.c client.c iolog.c backend.c libfio.c flow.c \