mk: install kernel modules
authorThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 1 Dec 2015 22:37:52 +0000 (23:37 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 6 Dec 2015 14:41:04 +0000 (15:41 +0100)
commit3967af352aeb8bf171af7be8d71dd84e46e8d4be
treee1297ef2490ae054ab475ec1ec8a57cf6ad9a8b0
parent6efca1e9f87305b08ee1e26d817a5c770fa444fa
mk: install kernel modules

Add kernel modules to "make install".
Nothing is done if there is no kernel module compiled.

When using "make install T=", the default path is the same as before.

The Linux path is based on host kernel version.

Suggested-by: Mario Carrillo <mario.alfredo.c.arevalo@intel.com>
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Panu Matilainen <pmatilai@redhat.com>
mk/rte.sdkinstall.mk