Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/aicasm/
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:
67 $(OUTDIR)/aicasm_gram.c: $(OUTDIR)/aicasm_gram.h
[all …]
/Linux-v4.19/scripts/
Dheaders_install.sh22 OUTDIR="$1"
41 "$SRCDIR/$i" > "$OUTDIR/$FILE.sed" || exit 1
42 scripts/unifdef -U__KERNEL__ -D__EXPORTED_HEADERS__ "$OUTDIR/$FILE.sed" \
43 > "$OUTDIR/$FILE"
45 rm -f "$OUTDIR/$FILE.sed"
/Linux-v4.19/tools/power/cpupower/
DMakefile29 OUTDIR := $(shell cd $(OUTPUT) && pwd) macro
30 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
/Linux-v4.19/tools/scripts/
DMakefile.include16 OUTDIR := $(shell cd $(OUTPUT) && pwd)
17 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
/Linux-v4.19/drivers/scsi/aic7xxx/
DMakefile88 $(MAKE) -C $(srctree)/$(src)/aicasm OUTDIR=$(shell pwd)/$(obj)/aicasm/