Makefile: Configure optional library selection

The makefile currently automatically detects if certain libraries are
present and links with them directly.  We don't necessarily want this so
add variables to force these libraries off even if they exist on the
rootfs.

BUG=none
TEST=Build with USE_ZLIB=no and USE_AIO=no and inspect the build output
to confirm that the defines are not set and the libraries are not linked
in.

Change-Id: If9bb80e918d8e51f4f30cfa8e384bc7f3fec59d8
Signed-off-by: Chirantan Ekbote <chirantan@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/430074
Reviewed-by: Dylan Reid <dgreid@chromium.org>
Reviewed-by: Mike Frysinger <vapier@chromium.org>
1 file changed