X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile;h=e8e15fe863ae1a4bbf5511f222000dfd5c6b800f;hb=99952ca7747d2ec56b4ff4771ddfaa03fb0e8407;hp=f9bd7877844bfd87771652638925d044e5f168a2;hpb=dcf6ad384149ee0b3f91c5a8127160cc291f7157;p=fio.git diff --git a/Makefile b/Makefile index f9bd7877..e8e15fe8 100644 --- a/Makefile +++ b/Makefile @@ -101,6 +101,9 @@ endif ifdef CONFIG_RBD SOURCE += engines/rbd.c endif +ifdef CONFIG_HTTP + SOURCE += engines/http.c +endif SOURCE += oslib/asprintf.c ifndef CONFIG_STRSEP SOURCE += oslib/strsep.c @@ -142,6 +145,9 @@ endif ifdef CONFIG_LIBPMEM SOURCE += engines/libpmem.c endif +ifdef CONFIG_IME + SOURCE += engines/ime.c +endif ifeq ($(CONFIG_TARGET_OS), Linux) SOURCE += diskutil.c fifo.c blktrace.c cgroup.c trim.c engines/sg.c \