eal: simplify meson build of common directory
authorThomas Monjalon <thomas@monjalon.net>
Fri, 27 Mar 2020 01:15:37 +0000 (02:15 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 31 Mar 2020 11:08:55 +0000 (13:08 +0200)
commitdf3ff6be2b33faea3edf3c112b9bdc5b74d6f684
tree1e906e09c85f037e0103807f395cc421bd9aeff9
parenta1b6cda16a07183fda6729a79abf622937cd4d13
eal: simplify meson build of common directory

The variable common_sources allows to change the list of common files
from an arch-specific or OS-specific meson file.
For consistency and least surprise principle, this variable is removed.
Now the list of common sources is defined only in common/meson.build.
As a consequence, the temporary list of files which are currently supported
on Windows, is moved from windows/eal/meson.build.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: David Marchand <david.marchand@redhat.com>
lib/librte_eal/common/meson.build
lib/librte_eal/meson.build
lib/librte_eal/windows/eal/meson.build