summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-07-07 10:38:27 -0500
committerJon Loeliger <jdl@freescale.com>2007-07-07 10:38:27 -0500
commit74e6d2128439c53ad9d4a9c1613c82ee92491e84 (patch)
tree78630c35e39e74e3a42a8b064e8489288f4b32c3 /Makefile
parent445d55d2cc82097dea0feb564cc479c40291fffe (diff)
downloaddtc-74e6d2128439c53ad9d4a9c1613c82ee92491e84.tar.gz
Add a note to the build about the expected parser warnings.
Signed-off-by: Jon Loeliger
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a919bfa..6b278b9 100644
--- a/Makefile
+++ b/Makefile
@@ -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