Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/
Dheaders_install.sh21 OUTDIR="$1"
40 "$SRCDIR/$i" > "$OUTDIR/$FILE.sed" || exit 1
41 scripts/unifdef -U__KERNEL__ -D__EXPORTED_HEADERS__ "$OUTDIR/$FILE.sed" \
42 > "$OUTDIR/$FILE"
44 rm -f "$OUTDIR/$FILE.sed"
/linux-4.4.14/tools/power/acpi/
DMakefile.config20 OUTDIR := $(shell cd $(OUTPUT) && /bin/pwd)
21 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
/linux-4.4.14/tools/scripts/
DMakefile.include15 OUTDIR := $(shell cd $(OUTPUT) && /bin/pwd)
16 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
/linux-4.4.14/tools/power/cpupower/
DMakefile29 OUTDIR := $(shell cd $(OUTPUT) && /bin/pwd) macro
30 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))