Searched refs:OUTDIR (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | Makefile | 4 OUTDIR ?= ./ macro 12 GENHDRS= $(addprefix ${OUTDIR}/,aicdb.h $(YSRCS:.y=.h)) 19 AICASM_CFLAGS:= -I/usr/include -I. -I$(OUTDIR) 38 $(PROG): $(OUTDIR) ${GENHDRS} $(SRCS) 41 $(OUTDIR): 42 mkdir -p $(OUTDIR) 44 $(OUTDIR)/aicdb.h: 64 $(OUTDIR)/aicasm_gram.c $(OUTDIR)/aicasm_gram.h: aicasm_gram.y 67 $(OUTDIR)/aicasm_macro_gram.c $(OUTDIR)/aicasm_macro_gram.h: aicasm_macro_gram.y 70 $(OUTDIR)/aicasm_scan.c: aicasm_scan.l [all …]
|
/openbmc/linux/tools/power/cpupower/ |
H A D | Makefile | 17 OUTDIR := $(shell cd $(OUTPUT) && pwd) macro 18 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
|
/openbmc/linux/tools/scripts/ |
H A D | Makefile.include | 16 OUTDIR := $(shell cd $(OUTPUT) && pwd) 17 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
|
/openbmc/qemu/qga/ |
H A D | meson.build | 113 command: [windmc, '-h', '@OUTDIR@', '-r', '@OUTDIR@', '@INPUT@']) 117 command: [windres, '-I', '@OUTDIR@', '-o', '@OUTPUT@', '@INPUT@'])
|
/openbmc/google-misc/subprojects/nemora-postd/ |
H A D | meson.build | 39 '--cpp_out=@OUTDIR@',
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | Makefile | 87 $(MAKE) -C $(srctree)/$(src)/aicasm OUTDIR=$(shell pwd)/$(obj)/aicasm/
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | wic.rst | 209 -o OUTDIR, --outdir OUTDIR
|