X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile;h=42e520515845c2047bf9be442091a2ce52892e9c;hb=b7aae4ba630b1dd6853f0794f00080f61b7cdc93;hp=e8e15fe863ae1a4bbf5511f222000dfd5c6b800f;hpb=c74cb68a1c13077222471e77f4715e0521cb4ed0;p=fio.git diff --git a/Makefile b/Makefile index e8e15fe8..42e52051 100644 --- a/Makefile +++ b/Makefile @@ -86,9 +86,6 @@ endif ifdef CONFIG_GUASI SOURCE += engines/guasi.c endif -ifdef CONFIG_FUSION_AW - SOURCE += engines/fusion-aw.c -endif ifdef CONFIG_SOLARISAIO SOURCE += engines/solarisaio.c endif @@ -148,6 +145,9 @@ endif ifdef CONFIG_IME SOURCE += engines/ime.c endif +ifdef CONFIG_LINUX_BLKZONED + SOURCE += zbd.c +endif ifeq ($(CONFIG_TARGET_OS), Linux) SOURCE += diskutil.c fifo.c blktrace.c cgroup.c trim.c engines/sg.c \