devtools: do not create kernel dir
get-maintainer script requires the creation of
some folders, including "kernel". Since now this folder
exists in DPDK folder, it is not required to create it.
Fixes: acaa9ee991
("move kernel modules directories")
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
This commit is contained in:
parent
5d3cd28b4d
commit
79bf1844cd
@ -31,7 +31,7 @@ if [ ! -x "$DPDK_GETMAINTAINER_PATH" ] ; then
|
||||
fi
|
||||
|
||||
FILES="COPYING CREDITS Kbuild"
|
||||
FOLDERS="Documentation arch include fs init ipc kernel scripts"
|
||||
FOLDERS="Documentation arch include fs init ipc scripts"
|
||||
|
||||
# Kernel script checks for some files and folders to run
|
||||
workaround () {
|
||||
|
Loading…
Reference in New Issue
Block a user