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>
This commit is contained in:
parent
43cb19a526
commit
e277b23970
@ -30,9 +30,11 @@
|
||||
|
||||
include $(RTE_SDK)/mk/rte.vars.mk
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
ifeq ($(AESNI_MULTI_BUFFER_LIB_PATH),)
|
||||
$(error "Please define AESNI_MULTI_BUFFER_LIB_PATH environment variable")
|
||||
endif
|
||||
endif
|
||||
|
||||
# library name
|
||||
LIB = librte_pmd_aesni_mb.a
|
||||
|
Loading…
Reference in New Issue
Block a user