X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile;h=ad70f594b94a904daac6782feb9e8c96addc8538;hp=1fa29ca79074ba1cc6c2e2fdd36a1f83f697fec4;hb=00de55ef85f01f3c56fac5397aca92eef0c73762;hpb=ab5d675e9f5a805a21f51b553c49268401f19402 diff --git a/Makefile b/Makefile index 1fa29ca7..ad70f594 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ OBJS += engines/splice.o OBJS += engines/sync.o OBJS += engines/null.o OBJS += engines/net.o +OBJS += engines/syslet-rw.o INSTALL = install prefix = /usr/local @@ -29,7 +30,7 @@ fio: $(OBJS) $(CC) $(CFLAGS) -o $@ $(filter %.o,$^) -lpthread -lm -ldl -laio -lrt clean: - -rm -f *.o .depend cscope.out $(PROGS) engines/*.o + -rm -f *.o .depend cscope.out $(PROGS) engines/*.o core.* core depend: @$(CC) -MM $(ALL_CFLAGS) *.c 1> .depend