This patchset makes it easier for platforms like odp-dpdk to reuse the arch
dir.

While building odp-dpdk tarball on an arm64 machine we only got the arch/arm64
dir in the tarball, when trying to build on other architectures I get an error
like the one below:
In file included from ./include/odp_packet_internal.h:21:0,
                 from odp_packet.c:8:
./include/odp/api/align.h:55:30: fatal error: odp/api/cpu_arch.h: No such file 
or directory
 #include <odp/api/cpu_arch.h>
                              ^
compilation terminated.
In file included from ../../include/odp_api.h:24:0,
                 from ../../helper/include/odp/helper/eth.h:20,
                 from ./include/odp_packet_dpdk.h:13,
                 from odp_init.c:8:
./include/odp/api/align.h:55:30: fatal error: odp/api/cpu_arch.h: No such file 
or directory
 #include <odp/api/cpu_arch.h>
                              ^
compilation terminated.
In file included from ./include/odp/api/atomic.h:20:0,

Cheers,
Anders

Anders Roxell (2):
  linux-gen: Makefile: Move EXTRA_DIST to to platform/Makefile.inc
  platform: Makefile.inc: add wildcards

 platform/Makefile.inc              |  5 +++++
 platform/linux-generic/Makefile.am | 17 -----------------
 2 files changed, 5 insertions(+), 17 deletions(-)

-- 
2.1.4

Reply via email to