diff mbox series

genksyms: drop *.hash.c from .gitignore

Message ID 1515662888-18296-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 36c1681678b507346e7397a235a7303dad665fc3
Headers show
Series genksyms: drop *.hash.c from .gitignore | expand

Commit Message

Masahiro Yamada Jan. 11, 2018, 9:28 a.m. UTC
This is a left-over of commit bb3290d91695 ("Remove gperf usage from
toolchain").

We do not generate a hash function any more.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

---

 scripts/genksyms/.gitignore | 1 -
 1 file changed, 1 deletion(-)

-- 
2.7.4

Comments

Masahiro Yamada Jan. 13, 2018, 1:16 p.m. UTC | #1
2018-01-11 18:28 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> This is a left-over of commit bb3290d91695 ("Remove gperf usage from

> toolchain").

>

> We do not generate a hash function any more.

>

> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

> ---

>


Applied to linux-kbuild/fixes.

-- 
Best Regards
Masahiro Yamada
diff mbox series

Patch

diff --git a/scripts/genksyms/.gitignore b/scripts/genksyms/.gitignore
index 86dc07a..e7836b4 100644
--- a/scripts/genksyms/.gitignore
+++ b/scripts/genksyms/.gitignore
@@ -1,4 +1,3 @@ 
-*.hash.c
 *.lex.c
 *.tab.c
 *.tab.h