mk: fix combined library build
authorSergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
Tue, 9 Jun 2015 09:37:28 +0000 (10:37 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 10 Jun 2015 10:21:37 +0000 (12:21 +0200)
commitd2c08067240baf27f2447bf4981b9ab58ce74d35
treee76675cc8a109176007324f19190f4d0218f2da2
parentc1715402df8f7fdb2392e12703d5b6f81fd5f447
mk: fix combined library build

The combined lib was being created after building the lib root dir.
With the new directory hierarchy, it should be created after the
drivers root dir instead.

Fixes: 980ed498eb1dd0 ("drivers: create new directory")

Signed-off-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Tested-by: Li Wei <lw@cn.fujitsu.com>
mk/rte.sdkbuild.mk