fio: add optional libnuma (numactl) dependency
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d79885b03a
commit
773fdc4e23
@ -13,6 +13,10 @@ ifeq ($(BR2_PACKAGE_LIBAIO),y)
|
|||||||
FIO_DEPENDENCIES += libaio
|
FIO_DEPENDENCIES += libaio
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_NUMACTL),y)
|
||||||
|
FIO_DEPENDENCIES += numactl
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||||
FIO_DEPENDENCIES += zlib
|
FIO_DEPENDENCIES += zlib
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user