On Tue, 2019-04-09 at 11:55 +0100, Bruce Richardson wrote: > Within EAL we had a series of if statements for selecting the EAL > directory > to use. Now that the directory names match those of the OS's they are > for > we can instead just use a generated subdirectory name, shortening the > code. > To avoid strange errors, we still need to check for unsupported OS's, > but > do this check up-front in the config meson.build file. > > Signed-off-by: Bruce Richardson < > [email protected] > > > Reviewed-by: David Marchand < > [email protected] > > > --- > config/meson.build | 7 +++++++ > lib/librte_eal/meson.build | 17 ++--------------- > 2 files changed, 9 insertions(+), 15 deletions(-)
Acked-by: Luca Boccassi <[email protected]> -- Kind regards, Luca Boccassi

