devtools: do not create kernel dir
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 29 Mar 2018 10:36:45 +0000 (11:36 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 4 Apr 2018 11:43:33 +0000 (13:43 +0200)
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: acaa9ee991b5 ("move kernel modules directories")

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
devtools/get-maintainer.sh

index 904b778..1e9eabd 100755 (executable)
@@ -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 () {