Hi, Panu, perfect thank you for your feedback, I going to change that path by /lib/modules/$(uname -r)/extra/ in my patch.
Thanks. Mario. ________________________________________ From: Panu Matilainen [pmati...@redhat.com] Sent: Friday, October 02, 2015 3:38 AM To: Arevalo, Mario Alfredo C; dev at dpdk.org Subject: Re: [dpdk-dev] [PATCH v3 4/8] mk: Add rule for installing modules On 10/01/2015 03:11 AM, Mario Carrillo wrote: > Add hierarchy-file support to the DPDK modules, > when invoking "make install-mod" modules will be > installed in: $(DESTDIR)/$(KERNEL_DIR) > if RTE_EXEC_ENV=linuxapp then > KERNEL_DIR=/lib/modules/$(uname -r)/build /lib/modules/$(uname -r)/build is the path you need when *building* external kernel modules, you dont want to install anything there. The default install path for the kernel modules should be somewhere within /lib/modules/$(uname -r)/extra/, but dunno what the recommended naming/placing within that is. Sorry for not catching this earlier, - Panu -