Re: [lng-odp] [API-NEXT PATCHv7 5/5] linux-gen: drv_drivers: loading modules from config file

2016-12-30 Thread Anders Roxell
On 2016-12-30 10:09, Christophe Milard wrote: > The shared objects listed in the ODP configuration files are > loaded at init time. The odp configuration file list the > shared objects to be loaded as shown in the following example: > module = { > modules = ["enumerator1.so", "driver1.so"];

[lng-odp] [API-NEXT PATCHv7 5/5] linux-gen: drv_drivers: loading modules from config file

2016-12-30 Thread Christophe Milard
The shared objects listed in the ODP configuration files are loaded at init time. The odp configuration file list the shared objects to be loaded as shown in the following example: module = { modules = ["enumerator1.so", "driver1.so"]; }; Signed-off-by: Christophe Milard --- configure.ac