]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
genksyms: remove Makefile hack
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 13 Jan 2025 15:00:44 +0000 (00:00 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 18 Jan 2025 00:11:46 +0000 (09:11 +0900)
commita95298656c434357b38bec242412c65dcf6114d1
tree980bcaf88d1063d125ba5c4ced78f609cf070249
parent668de2b9d48dccdc1b992e07287f15459515fefb
genksyms: remove Makefile hack

This workaround was introduced for suppressing the reduce/reduce conflict
warnings because the %expect-rr directive, which is applicable only to GLR
parsers, cannot be used for genksyms.

Since there are no longer any conflicts, this Makefile hack is now
unnecessary.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Nicolas Schier <n.schier@avm.de>
scripts/genksyms/Makefile