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
defs:KBUILD_IMAGE
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-6.6/arch/m68k/
H
A
D
Makefile
132
install:
KBUILD_IMAGE
:= vmlinux.gz
macro
/kernel/linux/linux-6.6/arch/riscv/
H
A
D
Makefile
125
KBUILD_IMAGE
:= $(boot)/xipImage
macro
127
KBUILD_IMAGE
:= $(boot)/Image.gz
macro
152
KBUILD_IMAGE
:= $(boot)/loader.bin
macro
155
KBUILD_IMAGE
:= $(boot)/Image.gz
macro
157
KBUILD_IMAGE
:= $(boot)/vmlinuz.efi
macro
172
install:
KBUILD_IMAGE
:= $(boot)/Image
macro
173
zinstall:
KBUILD_IMAGE
:= $(boot)/Image.gz
macro
/kernel/linux/linux-6.6/arch/sparc/
H
A
D
Makefile
84
KBUILD_IMAGE
:= $(boot)/zImage
macro
/kernel/linux/linux-5.10/arch/nios2/
H
A
D
Makefile
50
KBUILD_IMAGE
:= $(nios2-boot)/vmImage
macro
/kernel/linux/linux-5.10/arch/riscv/
H
A
D
Makefile
96
KBUILD_IMAGE
:= $(boot)/Image.gz
macro
114
KBUILD_IMAGE
:= $(boot)/loader.bin
macro
116
KBUILD_IMAGE
:= $(boot)/Image.gz
macro
/kernel/linux/linux-5.10/arch/sparc/
H
A
D
Makefile
92
KBUILD_IMAGE
:= $(boot)/zImage
macro
/kernel/linux/linux-6.6/arch/nios2/
H
A
D
Makefile
46
KBUILD_IMAGE
:= $(nios2-boot)/vmImage
macro
/kernel/linux/linux-5.10/arch/sh/
H
A
D
Makefile
96
KBUILD_IMAGE
:= $(boot)/$(defaultimage-y)
macro
/kernel/linux/linux-5.10/arch/arm64/
H
A
D
Makefile
153
KBUILD_IMAGE
:= $(boot)/Image.gz
macro
/kernel/linux/linux-6.6/arch/arm/
H
A
D
Makefile
254
KBUILD_IMAGE
:= $(boot)/xipImage
macro
256
KBUILD_IMAGE
:= $(boot)/zImage
macro
303
$(INSTALL_TARGETS):
KBUILD_IMAGE
= $(boot)/$(patsubst %install,%Image,$@)
macro
/kernel/linux/linux-6.6/arch/ia64/
H
A
D
Makefile
74
install:
KBUILD_IMAGE
:= vmlinux.gz
macro
/kernel/linux/linux-6.6/arch/arm64/
H
A
D
Makefile
154
KBUILD_IMAGE
:= $(boot)/Image.gz
macro
156
KBUILD_IMAGE
:= $(boot)/vmlinuz.efi
macro
168
install:
KBUILD_IMAGE
:= $(boot)/Image
macro
/kernel/linux/linux-6.6/arch/sh/
H
A
D
Makefile
96
KBUILD_IMAGE
:= $(boot)/$(defaultimage-y)
macro
/kernel/linux/linux-5.10/arch/s390/
H
A
D
Makefile
159
KBUILD_IMAGE
:= $(boot)/bzImage
macro
/kernel/linux/linux-5.10/arch/x86/
H
A
D
Makefile
268
KBUILD_IMAGE
:= $(boot)/bzImage
macro
/kernel/linux/linux-6.6/arch/s390/
H
A
D
Makefile
130
KBUILD_IMAGE
:= $(boot)/bzImage
macro
/kernel/linux/linux-6.6/arch/x86/
H
A
D
Makefile
277
KBUILD_IMAGE
:= $(boot)/bzImage
macro
/kernel/linux/linux-5.10/arch/loongarch/
H
A
D
Makefile
97
KBUILD_IMAGE
= vmlinuz
macro
99
KBUILD_IMAGE
= vmlinux
macro
/kernel/linux/linux-5.10/arch/arm/
H
A
D
Makefile
290
KBUILD_IMAGE
:= $(boot)/xipImage
macro
292
KBUILD_IMAGE
:= $(boot)/zImage
macro
/kernel/linux/linux-5.10/arch/parisc/
H
A
D
Makefile
22
KBUILD_IMAGE
:= $(boot)/bzImage
macro
24
KBUILD_IMAGE
:= vmlinuz
macro
/kernel/linux/linux-6.6/arch/loongarch/
H
A
D
Makefile
14
KBUILD_IMAGE
:= $(boot)/vmlinux.elf
macro
16
KBUILD_IMAGE
:= $(boot)/$(image-name-y).efi
macro
/kernel/linux/linux-6.6/arch/parisc/
H
A
D
Makefile
19
KBUILD_IMAGE
:= $(boot)/bzImage
macro
187
install:
KBUILD_IMAGE
:= vmlinux
macro
188
zinstall:
KBUILD_IMAGE
:= vmlinuz
macro
/kernel/linux/linux-5.10/
H
A
D
Makefile
1056
export
KBUILD_IMAGE
?= vmlinux
macro
/kernel/linux/linux-6.6/
H
A
D
Makefile
1075
export
KBUILD_IMAGE
?= vmlinux
macro
Completed in 13 milliseconds