mk: fix build clean
authorThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 17 Jun 2016 13:20:16 +0000 (15:20 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 17 Jun 2016 13:29:11 +0000 (15:29 +0200)
commit1eec9aa301c9e36e919fb9a9fe232c7e7db613a3
treec0a6e29be89957b3637426cee4f4185894c2597a
parent8688b18a997ecb8938a4e86f14407967fa1b6a0e
mk: fix build clean

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 for SNOW 3G library")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
drivers/crypto/aesni_gcm/Makefile
drivers/crypto/snow3g/Makefile