build: Don't build unneeded aesX660 routines

When neither of the AES drivers are built, no need to build the common
routines.

https://bugs.freedesktop.org/show_bug.cgi?id=57724
This commit is contained in:
Vasily Khoruzhick 2012-11-30 12:26:51 +03:00 committed by Bastien Nocera
parent c02cb3083d
commit f335256cbe

View file

@ -27,6 +27,7 @@ all_drivers="upeke2 upekts upektc upeksonly vcom5s uru4000 fdu2000 aes1610 aes16
require_imaging='no'
require_aeslib='no'
require_aesX660='no'
enable_upeke2='no'
enable_upekts='no'
enable_upektc='no'