X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile;h=fe439c16c95a013cdf72955340e5e667714bca1c;hp=f2dcb7976755614465bd071deb9a3abb645ae568;hb=4877c1ab380b199ba6d9207b689bb1df127b0b4b;hpb=761c27292d4add2be17056d8065cad4ff4e87036 diff --git a/Makefile b/Makefile index f2dcb797..fe439c16 100644 --- a/Makefile +++ b/Makefile @@ -189,10 +189,12 @@ T_BTRACE_FIO_OBJS += fifo.o lib/flist_sort.o t/log.o lib/linux-dev-lookup.o T_BTRACE_FIO_PROGS = t/btrace2fio endif +ifeq ($(CONFIG_TARGET_OS), Linux) T_DEDUPE_OBJS = t/dedupe.o T_DEDUPE_OBJS += lib/rbtree.o t/log.o mutex.o smalloc.o gettime.o crc/md5.o \ memalign.o T_DEDUPE_PROGS = t/dedupe +endif T_OBJS = $(T_SMALLOC_OBJS) T_OBJS += $(T_IEEE_OBJS)