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:INSTALL_DTBS_PATH
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/scripts/package/
H
A
D
builddeb
155
$MAKE -f $srctree/Makefile
INSTALL_DTBS_PATH
="$tmpdir/usr/lib/$packagename" dtbs_install
/kernel/linux/linux-6.6/scripts/package/
H
A
D
builddeb
62
${MAKE} -f ${srctree}/Makefile
INSTALL_DTBS_PATH
="${pdir}/usr/lib/linux-image-${KERNELRELEASE}" dtbs_install
/kernel/linux/linux-5.10/
H
A
D
Makefile
1064
#
INSTALL_DTBS_PATH
specifies a prefix for relocations required by build roots.
1068
export
INSTALL_DTBS_PATH
?= $(INSTALL_PATH)/dtbs/$(KERNELRELEASE)
macro
1415
$(Q)$(MAKE) $(dtbinst)=$(dtstree) dst=$(
INSTALL_DTBS_PATH
)
1640
echo ' dtbs_install - Install dtbs to $(
INSTALL_DTBS_PATH
)'; \
/kernel/linux/linux-6.6/
H
A
D
Makefile
1083
#
INSTALL_DTBS_PATH
specifies a prefix for relocations required by build roots.
1087
export
INSTALL_DTBS_PATH
?= $(INSTALL_PATH)/dtbs/$(KERNELRELEASE)
macro
1394
#
INSTALL_DTBS_PATH
contains $(KERNELRELEASE). However, we do not want to make
1409
$(Q)$(MAKE) $(dtbinst)=$(dtstree) dst=$(
INSTALL_DTBS_PATH
)
1625
echo ' dtbs_install - Install dtbs to $(
INSTALL_DTBS_PATH
)'; \
Completed in 7 milliseconds