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:KBUILD_OUTPUT
(Results
1 - 3
of
3
) sorted by relevance
/device/board/hihope/dayu210/kernel/
H
A
D
make-ohos.sh
29
if [ ${
KBUILD_OUTPUT
} ]; then
30
OBJ_PATH=${
KBUILD_OUTPUT
}/
/device/board/hihope/rk3568/kernel/
H
A
D
build_kernel.sh
55
export
KBUILD_OUTPUT
=${KERNEL_OBJ_TMP_PATH}
/device/soc/rockchip/common/sdk_linux/
H
A
D
Makefile
116
# 2) Set
KBUILD_OUTPUT
117
# Set the environment variable
KBUILD_OUTPUT
to point to the output directory.
118
# export
KBUILD_OUTPUT
=dir/to/store/output/files/; make
120
# The O= assignment takes precedence over the
KBUILD_OUTPUT
environment
125
KBUILD_OUTPUT
:= $(O)
macro
128
ifneq ($(
KBUILD_OUTPUT
),)
131
abs_objtree := $(shell mkdir -p $(
KBUILD_OUTPUT
) && cd $(
KBUILD_OUTPUT
) && pwd)
133
$(error failed to create output directory "$(
KBUILD_OUTPUT
)"))
139
endif # ifneq ($(
KBUILD_OUTPUT
),)
[all...]
Completed in 3 milliseconds