mk: split install rule
authorThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 1 Dec 2015 22:29:48 +0000 (23:29 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 6 Dec 2015 14:41:04 +0000 (15:41 +0100)
commit6efca1e9f87305b08ee1e26d817a5c770fa444fa
tree23ca34de873a884485f2d68bbae1fbcca2d677b3
parentfae202e2e21cb50cd4df4b1f5688eb5bfeb4a771
mk: split install rule

Provides new sub-rules to install runtime and sdk separately.

The build directory must be changed from BUILD_DIR to O in install
rules to avoid a bad recursive effect (O being BUILD_DIR being O + T).

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
mk/rte.sdkroot.mk