Linux sysfs change broke fio disk lookup
[fio.git] / Makefile.solaris
index f92a92e45f8d2059465a7d67a8954bf3fbb3cd4d..fd1029bc5f38b2e518c6dde55db375b79d0bdfb2 100644 (file)
@@ -20,6 +20,7 @@ OBJS += engines/posixaio.o
 OBJS += engines/sync.o
 OBJS += engines/null.o
 OBJS += engines/net.o
+OBJS += engines/solarisaio.o
 
 INSTALL = install
 prefix = /usr/local
@@ -34,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