[dpdk-dev] [PATCH v2] Set V=1 when building kernel modules

2014-10-15 Thread Thomas Monjalon
2014-10-15 14:08, Sergio Gonzalez Monroy: > Linux kernel build system requires V=1 to enable verbose output, but > current DPDK framework just check if V is defined. > > Fix: force V=1 when building Linux kernel modules if verbose output is > enabled. > > Signed-off-by: Sergio Gonzalez Monroy A

[dpdk-dev] [PATCH v2] Set V=1 when building kernel modules

2014-10-15 Thread Sergio Gonzalez Monroy
Linux kernel build system requires V=1 to enable verbose output, but current DPDK framework just check if V is defined. Fix: force V=1 when building Linux kernel modules if verbose output is enabled. Signed-off-by: Sergio Gonzalez Monroy --- mk/rte.module.mk | 2 +- 1 file changed, 1 insertion(