X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile.solaris;h=bdb827407f5954077c58f2325fec0f925027b95b;hb=ec4015da5b2abd814a23913db2aa2385a2b13495;hp=4373abfb9de09499e9b646f8572f1cac440a9291;hpb=ed92ac0ce9ce1cc64697272d307d4fa7d18ed64c;p=fio.git diff --git a/Makefile.solaris b/Makefile.solaris index 4373abfb..bdb82740 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -3,7 +3,7 @@ CFLAGS = -Wall -O2 -g -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 PROGS = fio SCRIPTS = fio_generate_plots OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o md5.o crc32.o \ - filesetup.o eta.o verify.o memory.o io_u.o parse.o + filesetup.o eta.o verify.o memory.o io_u.o parse.o mutex.o options.o OBJS += engines/cpu.o OBJS += engines/mmap.o @@ -21,7 +21,7 @@ clean: -rm -f *.o .depend cscope.out $(PROGS) depend: - @$(CC) -MM $(ALL_CFLAGS) *.c 1> .depend + @$(CC) -MM $(ALL_CFLAGS) *.c engines/*.c 1> .depend cscope: @cscope -b