Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:OUTDIR
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/
H
A
D
Makefile
4
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_gra
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/
H
A
D
Makefile
4
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_gra
[all...]
/kernel/linux/linux-5.10/tools/power/cpupower/
H
A
D
Makefile
17
OUTDIR
:= $(shell cd $(OUTPUT) && pwd)
macro
18
$(if $(
OUTDIR
),, $(error output directory "$(OUTPUT)" does not exist))
/kernel/linux/linux-6.6/tools/power/cpupower/
H
A
D
Makefile
17
OUTDIR
:= $(shell cd $(OUTPUT) && pwd)
macro
18
$(if $(
OUTDIR
),, $(error output directory "$(OUTPUT)" does not exist))
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
Makefile
87
$(MAKE) -C $(srctree)/$(src)/aicasm
OUTDIR
=$(shell pwd)/$(obj)/aicasm/
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
Makefile
87
$(MAKE) -C $(srctree)/$(src)/aicasm
OUTDIR
=$(shell pwd)/$(obj)/aicasm/
/kernel/liteos_a/tools/build/mk/
H
A
D
los_config.mk
42
OUT = $(or $(
OUTDIR
),$(LITEOSTOPDIR)/out/$(LOSCFG_PRODUCT_NAME:"%"=%))
Completed in 4 milliseconds