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:
Thomas Monjalon 2016-02-18 20:16:32 +01:00
parent 43cb19a526
commit e277b23970

View File

@ -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