You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user