config: fix kni build
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 20 Oct 2020 09:17:43 +0000 (10:17 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 20 Oct 2020 10:37:05 +0000 (12:37 +0200)
commitc46df4c6ecb20a9dced627255220524de6655f3f
treefdb0ee774bdd8bc9e89ec9508c455a444e531faf
parent39fab5a0b9c55f93f2906565ede15a4d47622eaf
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: b0b672aeadaa ("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>
config/rte_config.h