projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49b1e3e
)
kbuild: hardcode value of YACC&LEX for aic7-triple-x
author
Sam Ravnborg
<sam@mars.ravnborg.org>
Fri, 7 Jul 2006 22:27:49 +0000
(
00:27
+0200)
committer
Sam Ravnborg
<sam@mars.ravnborg.org>
Tue, 1 Aug 2006 09:32:46 +0000
(11:32 +0200)
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>
drivers/scsi/aic7xxx/aicasm/Makefile
patch
|
blob
|
history
diff --git
a/drivers/scsi/aic7xxx/aicasm/Makefile
b/drivers/scsi/aic7xxx/aicasm/Makefile
index 8c91fda6482c3ec53df78989a28d46198ae65f5d..b98c5c1056c380a10dddaa0c6b4a3e6c5d50796c 100644
(file)
--- a/
drivers/scsi/aic7xxx/aicasm/Makefile
+++ b/
drivers/scsi/aic7xxx/aicasm/Makefile
@@
-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