Skip to content

Commit e277b23

Browse files
author
Thomas Monjalon
committed
aesni_mb: fix build clean
The variable AESNI_MULTI_BUFFER_LIB_PATH is not required for make clean Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com> Acked-by: Declan Doherty <declan.doherty@intel.com>
1 parent 43cb19a commit e277b23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/crypto/aesni_mb/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@
3030

3131
include $(RTE_SDK)/mk/rte.vars.mk
3232

33+
ifneq ($(MAKECMDGOALS),clean)
3334
ifeq ($(AESNI_MULTI_BUFFER_LIB_PATH),)
3435
$(error "Please define AESNI_MULTI_BUFFER_LIB_PATH environment variable")
3536
endif
37+
endif
3638

3739
# library name
3840
LIB = librte_pmd_aesni_mb.a

0 commit comments

Comments
 (0)