Browse Source

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

Signed-off-by: Jon Loeliger
main
Jon Loeliger 18 years ago
parent
commit
74e6d21284
  1. 1
      Makefile

1
Makefile

@ -79,6 +79,7 @@ DTC_DEPFILES = $(DTC_OBJS:%.o=%.d) @@ -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

Loading…
Cancel
Save