Add a note to the build about the expected parser warnings.

Signed-off-by: Jon Loeliger
main
Jon Loeliger 2007-07-07 10:38:27 -05:00
parent 445d55d2cc
commit 74e6d21284
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ DTC_DEPFILES = $(DTC_OBJS:%.o=%.d)

dtc-parser.tab.c dtc-parser.tab.h dtc-parser.output: dtc-parser.y
@$(VECHO) BISON $@
@$(VECHO) ---- Expect 2 s/r and 2 r/r. ----
$(BISON) -d $<

lex.yy.c: dtc-lexer.l