tools: fix setup with built-in kernel modules
authorJerin Jacob <jerin.jacob@caviumnetworks.com>
Mon, 14 Mar 2016 12:15:32 +0000 (17:45 +0530)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 24 Mar 2016 21:04:10 +0000 (22:04 +0100)
commit4e72892c3367b9fcff70868c29d1e9236ee57d04
treea6566c0f63bdfafe1110ba3b48c2e5011ab7fb4c
parent080358a3155b73dd00f5abe8290c6e84e595b03b
tools: fix setup with built-in kernel modules

probe the kernel module existence through /sys/module/ to make it work
with both module and inbuilt kernel module

Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
tools/setup.sh