From: Pablo de Lara Date: Thu, 29 Mar 2018 10:36:45 +0000 (+0100) Subject: devtools: do not create kernel dir X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=79bf1844cd7874312e3e23d16c8c034df7f72012;hp=5d3cd28b4d7dcc456535544daf2de13fe3a80cc2;p=dpdk.git 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: acaa9ee991b5 ("move kernel modules directories") Signed-off-by: Pablo de Lara Acked-by: Ferruh Yigit --- diff --git a/devtools/get-maintainer.sh b/devtools/get-maintainer.sh index 904b77858d..1e9eabd959 100755 --- a/devtools/get-maintainer.sh +++ b/devtools/get-maintainer.sh @@ -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 () {