Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dba654d1 authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

kbuild: hardcode value of YACC&LEX for aic7-triple-x



When we introduced -rR then aic7xxx no loger could pick up definition
of YACC&LEX from make - so do it explicit now.

Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 49b1e3ea
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@ LIBS= -ldb
clean-files:= ${GENSRCS} ${GENHDRS} $(YSRCS:.y=.output) $(PROG)
# Override default kernel CFLAGS.  This is a userland app.
AICASM_CFLAGS:= -I/usr/include -I.
LEX= flex
YACC= bison
YFLAGS= -d

NOMAN=	noman