[dpdk-dev] [PATCH 06/10] mk: install kernel modules

2015-12-02 Thread Panu Matilainen
On 12/02/2015 05:57 AM, Thomas Monjalon wrote: > Add kernel modules to "make install". > Nothing is done if there is no kernel module compiled. > > On native Linux, this path is suggested: > kerneldir=/lib/modules/$(uname -r)/extra/dpdk > > Suggested-by: Mario Carrillo > Signed-off-by:

[dpdk-dev] [PATCH 06/10] mk: install kernel modules

2015-12-02 Thread Thomas Monjalon
2015-12-02 11:53, Panu Matilainen: > On 12/02/2015 05:57 AM, Thomas Monjalon wrote: > > Add kernel modules to "make install". > > Nothing is done if there is no kernel module compiled. > > > > On native Linux, this path is suggested: > > kerneldir=/lib/modules/$(uname -r)/extra/dpdk [...] > >

[dpdk-dev] [PATCH 06/10] mk: install kernel modules

2015-12-02 Thread Thomas Monjalon
Add kernel modules to "make install". Nothing is done if there is no kernel module compiled. On native Linux, this path is suggested: kerneldir=/lib/modules/$(uname -r)/extra/dpdk Suggested-by: Mario Carrillo Signed-off-by: Thomas Monjalon --- mk/rte.sdkinstall.mk | 8 1 file