Fix object file list for hlr_auc_gw
authorMukesh Agrawal <quiche@chromium.org>
Sat, 15 Oct 2011 13:52:51 +0000 (16:52 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 15 Oct 2011 13:52:51 +0000 (16:52 +0300)
commita49214d48235b6b275abe0de21a3913a91b85d32
treecd577e0749870c482991be10e13d86edc2e1c81e
parent1e1a0a4dc9ce81464ff4ad3308baa4c5a91cd9dc
Fix object file list for hlr_auc_gw

If CONFIG_NO_RANDOM_POOL is unset, src/crypto/random.o is linked
into hlr_auc_gw. However, in this configuration, random.o requires
symbols defined in src/utils/eloop.o. So add eloop.o to the object
file list for hlr_auc_gw.
hostapd/Makefile