Searched refs:YACC (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/scsi/aic7xxx/aicasm/
H A DMakefile21 YACC= bison macro
65 $(YACC) $(YFLAGS) -b $(<:.y=) $< -o $(OUTDIR)/$(<:.y=.c)
68 $(YACC) $(YFLAGS) -b $(<:.y=) -p mm $< -o $(OUTDIR)/$(<:.y=.c)
/linux-master/scripts/genksyms/
H A DMakefile12 # Just in case, run "$(YACC) --version" without suppressing stderr
17 cmd_bison_no_warn = $(YACC) --version >/dev/null; \
/linux-master/scripts/
H A DMakefile.host11 # YACC
13 quiet_cmd_bison = YACC $(basename $@).[ch]
14 cmd_bison = $(YACC) -o $(basename $@).c --defines=$(basename $@).h -t -l $<
/linux-master/tools/bpf/
H A DMakefile7 YACC = bison macro
64 $(QUIET_BISON)$(YACC) -o $@ -d $<
/linux-master/
H A DMakefile514 YACC = bison macro
606 export CPP AR NM STRIP OBJCOPY OBJDUMP READELF PAHOLE RESOLVE_BTFIDS LEX YACC AWK INSTALLKERNEL

Completed in 288 milliseconds