Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic7xxx/aicasm/
H A DMakefile4 OUTDIR ?= ./ macro
12 GENHDRS= $(addprefix ${OUTDIR}/,aicdb.h $(YSRCS:.y=.h))
13 GENSRCS= $(addprefix ${OUTDIR}/,$(YSRCS:.y=.c) $(LSRCS:.l=.c))
19 AICASM_CFLAGS:= -I/usr/include -I. -I$(OUTDIR)
38 $(PROG): $(OUTDIR) ${GENHDRS} $(SRCS)
39 $(AICASM_CC) $(AICASM_CFLAGS) $(SRCS) -o $(OUTDIR)/$(PROG) $(LIBS)
41 $(OUTDIR):
42 mkdir -p $(OUTDIR)
44 $(OUTDIR)/aicdb.h:
64 $(OUTDIR)/aicasm_gram.c $(OUTDIR)/aicasm_gram.h: aicasm_gram.y
[all …]
/linux/tools/power/cpupower/
H A DMakefile17 OUTDIR := $(shell cd $(OUTPUT) && pwd) macro
18 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
/linux/tools/scripts/
H A DMakefile.include16 OUTDIR := $(shell cd $(OUTPUT) && pwd)
17 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
/linux/drivers/scsi/aic7xxx/
H A DMakefile87 $(MAKE) -C $(src)/aicasm OUTDIR=$(shell pwd)/$(obj)/aicasm/