mk: fix custom kernel directory name
authorHerakliusz Lipiec <herakliusz.lipiec@intel.com>
Fri, 19 Jul 2019 17:05:43 +0000 (18:05 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 22 Jul 2019 08:00:01 +0000 (10:00 +0200)
commita3549d2716d66afaf345f1ae8ffd4eb838383189
tree0c0dbce8dd9f4b143e5ace18a8e7eb4502859d35
parentc0ed103a027385f14f352d46ff5450826b2746b7
mk: fix custom kernel directory name

When building dpdk with different kernel headers by specifying
RTE_KERNELDIR igb_uio is compiled to directory with a name of the
version of kernel thats running on the system instead of the one that
dpdk is actually compiled against. Fixed by replacing hardcoded value
with value from RTE_KERNELDIR.

Fixes: 3967af352aeb ("mk: install kernel modules")
Cc: stable@dpdk.org
Signed-off-by: Herakliusz Lipiec <herakliusz.lipiec@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
mk/rte.sdkinstall.mk