numam-dpdk/config
Bruce Richardson c46df4c6ec config: fix kni build
When building kernel modules such as kni, the "config" directory is not
passed as a standard path in the EXTRA_CFLAGS value, meaning that the
rte_compatibility_defines.h is not found from rte_config.h. However, since
both headers are in the same directory, we can just use quotes rather than
angle-brackets to ensure the second header is always found if the first is.

Fixes: b0b672aead ("build: add defines for compatibility with make build")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: David Marchand <david.marchand@redhat.com>
2020-10-20 12:37:05 +02:00
..
arm build: replace use of old build macros 2020-10-19 22:15:44 +02:00
ppc build: remove deprecated cpuflag macros 2020-09-25 11:13:57 +02:00
x86 acl: add infrastructure for AVX512 classify methods 2020-10-14 14:23:00 +02:00
meson.build build: add defines for compatibility with make build 2020-10-19 22:12:28 +02:00
rte_compatibility_defines.h build: add defines for compatibility with make build 2020-10-19 22:12:28 +02:00
rte_config.h config: fix kni build 2020-10-20 12:37:05 +02:00