Skip to content

Commit

Permalink
kbuild: hardcode value of YACC&LEX for aic7-triple-x
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Sam Ravnborg committed Aug 1, 2006
1 parent 49b1e3e commit dba654d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/scsi/aic7xxx/aicasm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dba654d

Please sign in to comment.