[dpdk-dev] [PATCH] mk: fix build clean

2016-06-17 Thread Thomas Monjalon
2016-06-17 15:22, Thomas Monjalon: > The variables AESNI_MULTI_BUFFER_LIB_PATH and LIBSSO_PATH > are not required for "make clean". > It is the same fix as in the commit e277b2397. Fixes: eec136f3c54f ("aesni_gcm: add driver for AES-GCM crypto operations") Fixes: 3aafc423cf4d ("snow3g: add driver

[dpdk-dev] [PATCH] mk: fix build clean

2016-06-17 Thread Thomas Monjalon
The variables AESNI_MULTI_BUFFER_LIB_PATH and LIBSSO_PATH are not required for "make clean". It is the same fix as in the commit e277b2397. Signed-off-by: Thomas Monjalon --- drivers/crypto/aesni_gcm/Makefile | 2 ++ drivers/crypto/snow3g/Makefile| 2 ++ 2 files changed, 4 insertions(+)