Add uninitialized_var() to silence bogus compiler warnings
[fio.git] / Makefile.solaris
index fbdef12c45f3944fb869005a67b6b959efcb2faa..fd1029bc5f38b2e518c6dde55db375b79d0bdfb2 100644 (file)
@@ -4,7 +4,7 @@ PROGS   = fio
 SCRIPTS = fio_generate_plots
 OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o filesetup.o \
        eta.o verify.o memory.o io_u.o parse.o mutex.o options.o \
-       rbtree.o fifo.o smalloc.o filehash.o
+       rbtree.o fifo.o smalloc.o filehash.o lib/strsep.o
 
 OBJS += crc/crc7.o
 OBJS += crc/crc16.o
@@ -20,8 +20,7 @@ OBJS += engines/posixaio.o
 OBJS += engines/sync.o
 OBJS += engines/null.o
 OBJS += engines/net.o
-
-OBJS += lib/strsep.o
+OBJS += engines/solarisaio.o
 
 INSTALL = install
 prefix = /usr/local
@@ -36,7 +35,7 @@ fio: $(OBJS)
 all: $(PROGS) $(SCRIPTS)
 
 clean:
-       -rm -f *.o .depend cscope.out $(PROGS) engines/*.o crc/*.o lib/*.o core.* core
+       -rm -f .depend cscope.out $(OBJS) $(PROGS) core.* core
 
 cscope:
        @cscope -b