Home
last modified time | relevance | path

Searched refs:OUTDIR (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/aic7xxx/aicasm/
A DMakefile4 OUTDIR ?= ./ macro
38 $(PROG): $(OUTDIR) ${GENHDRS} $(SRCS)
41 $(OUTDIR):
42 mkdir -p $(OUTDIR)
44 $(OUTDIR)/aicdb.h:
67 $(OUTDIR)/aicasm_gram.c: $(OUTDIR)/aicasm_gram.h
68 $(OUTDIR)/aicasm_gram.c $(OUTDIR)/aicasm_gram.h: aicasm_gram.y
70 mv $(<:.y=).tab.c $(OUTDIR)/$(<:.y=.c)
76 $(OUTDIR)/aicasm_macro_gram.c: $(OUTDIR)/aicasm_macro_gram.h
77 $(OUTDIR)/aicasm_macro_gram.c $(OUTDIR)/aicasm_macro_gram.h: aicasm_macro_gram.y
[all …]
/linux/tools/power/cpupower/
A DMakefile17 OUTDIR := $(shell cd $(OUTPUT) && pwd) macro
18 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
/linux/tools/scripts/
A DMakefile.include16 OUTDIR := $(shell cd $(OUTPUT) && pwd)
17 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
/linux/drivers/scsi/aic7xxx/
A DMakefile87 $(MAKE) -C $(srctree)/$(src)/aicasm OUTDIR=$(shell pwd)/$(obj)/aicasm/

Completed in 8 milliseconds