File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -143,10 +143,10 @@ help:
143
143
144
144
# ===========================================================================
145
145
# object files used by all kconfig flavours
146
- common-objs := confdata.o expr.o symbol. o preprocess.o zconf.lex .o zconf.tab.o
146
+ common-objs := confdata.o expr.o lexer.lex. o preprocess.o symbol .o zconf.tab.o
147
147
148
- $(obj ) /zconf .lex.o : $(obj ) /zconf.tab.h
149
- HOSTCFLAGS_zconf .lex.o := -I$(src )
148
+ $(obj ) /lexer .lex.o : $(obj ) /zconf.tab.h
149
+ HOSTCFLAGS_lexer .lex.o := -I$(src )
150
150
HOSTCFLAGS_zconf.tab.o := -I$(src )
151
151
152
152
# conf: Used for defconfig, oldconfig and related targets
File renamed without changes.
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ void *xrealloc(void *p, size_t size);
90
90
char * xstrdup (const char * s );
91
91
char * xstrndup (const char * s , size_t n );
92
92
93
- /* zconf .l */
93
+ /* lexer .l */
94
94
int yylex (void );
95
95
96
96
struct gstr {
You can’t perform that action at this time.
0 commit comments