build: rename ppc sub-directories
authorThomas Monjalon <thomas@monjalon.net>
Fri, 27 Mar 2020 01:15:34 +0000 (02:15 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 31 Mar 2020 11:08:55 +0000 (13:08 +0200)
commitdd45ed7e742a94afa5508f0c1fad0834e18017da
tree83464fc10658fd01235572a3a8940a84c3e797b9
parent4448a202b61e1a373c647aa4638093d092b3f5de
build: rename ppc sub-directories

The directories ppc_64 are renamed as ppc in
- config/
- lib/librte_eal/common/arch/
- lib/librte_eal/common/include/arch/

The EAL directories are not really renamed, but symbolically linked,
because they will be moved with their new name in the next commits.

If ppc_32 needs to be supported, it can be in the same directory.
The arch directories arm and x86 are already covering both 32 and 64-bit
sub-architectures.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: David Christensen <drc@linux.vnet.ibm.com>
Acked-by: David Marchand <david.marchand@redhat.com>
config/meson.build
config/ppc/meson.build [new file with mode: 0644]
config/ppc_64/meson.build [deleted file]
drivers/net/virtio/meson.build
lib/librte_eal/common/arch/ppc [new symlink]
lib/librte_eal/common/include/arch/ppc [new symlink]
mk/arch/ppc_64/rte.vars.mk