devtools: update check-includes exceptions
rte_eal_interrupts.h is an internal file not supposed to be included directly by applications. Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
This commit is contained in:
parent
1fb6fee3af
commit
8cf791231e
@ -111,6 +111,7 @@ include_dir=${1:-build/include}
|
||||
'exec-env/*' \
|
||||
'rte_vhost.h' \
|
||||
'rte_eth_vhost.h' \
|
||||
'rte_eal_interrupts.h' \
|
||||
}
|
||||
: ${IGNORE_CXX= \
|
||||
'rte_vhost.h' \
|
||||
|
Loading…
Reference in New Issue
Block a user