Skip to content
Snippets Groups Projects
Commit 674eed8a authored by Arnaud Lacombe's avatar Arnaud Lacombe
Browse files

kconfig/zconf.l: do not ask to generate backup


This avoids the creation of a top-level `lex.backup' when the lexer gets
re-generated.

Signed-off-by: default avatarArnaud Lacombe <lacombar@gmail.com>
parent b96a0d0c
No related branches found
No related tags found
No related merge requests found
%option backup nostdinit noyywrap never-interactive full ecs
%option 8bit backup nodefault perf-report perf-report
%option nostdinit noyywrap never-interactive full ecs
%option 8bit nodefault perf-report perf-report
%option noinput
%x COMMAND HELP STRING PARAM
%{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment