mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
kconfig: fix compatibility with very old versions of flex
See 4e762e4918
Closes https://github.com/espressif/esp-idf/issues/2703
This commit is contained in:
parent
2f14aeee00
commit
3567b1d0ce
@ -334,7 +334,7 @@ conf-idf: $(conf-objs)
|
||||
zconf.tab.c: zconf.lex.c
|
||||
|
||||
zconf.lex.c: $(SRCDIR)/zconf.l
|
||||
flex -L -P zconf -o zconf.lex.c $<
|
||||
flex -L -Pzconf -ozconf.lex.c $<
|
||||
|
||||
zconf.hash.c: $(SRCDIR)/zconf.gperf
|
||||
# strip CRs on Windows systems where gperf will otherwise barf on them
|
||||
|
Loading…
Reference in New Issue
Block a user