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_IMAGE
(Results
1 - 23
of
23
) sorted by relevance
/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
163
all: $(notdir $(
KBUILD_IMAGE
))
172
install:
KBUILD_IMAGE
:= $(boot)/Image
macro
173
zinstall:
KBUILD_IMAGE
:= $(boot)/Image.gz
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
120
all: $(notdir $(
KBUILD_IMAGE
))
/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
143
all: $(notdir $(
KBUILD_IMAGE
))
151
$(Q)install -D -m 755 $(
KBUILD_IMAGE
) $(INSTALL_PATH)/$(image-name-y)-$(KERNELRELEASE)
/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
159
all: $(notdir $(
KBUILD_IMAGE
))
168
install:
KBUILD_IMAGE
:= $(boot)/Image
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/arch/parisc/
H
A
D
Makefile
22
KBUILD_IMAGE
:= $(boot)/bzImage
macro
24
KBUILD_IMAGE
:= vmlinuz
macro
/kernel/linux/linux-6.6/arch/arm/
H
A
D
Makefile
254
KBUILD_IMAGE
:= $(boot)/xipImage
macro
256
KBUILD_IMAGE
:= $(boot)/zImage
macro
279
all: $(notdir $(
KBUILD_IMAGE
))
303
$(INSTALL_TARGETS):
KBUILD_IMAGE
= $(boot)/$(patsubst %install,%Image,$@)
macro
/kernel/linux/linux-6.6/arch/sh/
H
A
D
Makefile
96
KBUILD_IMAGE
:= $(boot)/$(defaultimage-y)
macro
167
all: $(notdir $(
KBUILD_IMAGE
))
/kernel/linux/linux-6.6/arch/sparc/
H
A
D
Makefile
84
KBUILD_IMAGE
:= $(boot)/zImage
macro
/kernel/linux/linux-5.10/arch/arm/
H
A
D
Makefile
290
KBUILD_IMAGE
:= $(boot)/xipImage
macro
292
KBUILD_IMAGE
:= $(boot)/zImage
macro
309
all: $(notdir $(
KBUILD_IMAGE
))
/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/sh/
H
A
D
Makefile
96
KBUILD_IMAGE
:= $(boot)/$(defaultimage-y)
macro
197
all: $(notdir $(
KBUILD_IMAGE
))
/kernel/linux/linux-5.10/arch/x86/
H
A
D
Makefile
267
#
KBUILD_IMAGE
specify target image being built
268
KBUILD_IMAGE
:= $(boot)/bzImage
macro
274
$(Q)$(MAKE) $(build)=$(boot) $(
KBUILD_IMAGE
)
/kernel/linux/linux-6.6/arch/x86/
H
A
D
Makefile
276
#
KBUILD_IMAGE
specify target image being built
277
KBUILD_IMAGE
:= $(boot)/bzImage
macro
283
$(Q)$(MAKE) $(build)=$(boot) $(
KBUILD_IMAGE
)
/kernel/linux/linux-5.10/arch/sparc/
H
A
D
Makefile
92
KBUILD_IMAGE
:= $(boot)/zImage
macro
/kernel/linux/linux-6.6/arch/ia64/
H
A
D
Makefile
74
install:
KBUILD_IMAGE
:= vmlinux.gz
macro
/kernel/linux/linux-5.10/arch/mips/boot/compressed/
H
A
D
Makefile
70
$(obj)/vmlinux.bin: $(
KBUILD_IMAGE
) FORCE
/kernel/linux/linux-5.10/arch/arm64/
H
A
D
Makefile
153
KBUILD_IMAGE
:= $(boot)/Image.gz
macro
/kernel/linux/linux-6.6/arch/s390/
H
A
D
Makefile
129
#
KBUILD_IMAGE
is necessary for packaging targets like rpm-pkg, deb-pkg...
130
KBUILD_IMAGE
:= $(boot)/bzImage
macro
/kernel/linux/linux-5.10/arch/s390/
H
A
D
Makefile
158
#
KBUILD_IMAGE
is necessary for packaging targets like rpm-pkg, deb-pkg...
159
KBUILD_IMAGE
:= $(boot)/bzImage
macro
/kernel/linux/linux-6.6/arch/mips/boot/compressed/
H
A
D
Makefile
64
$(obj)/vmlinux.bin: $(
KBUILD_IMAGE
) FORCE
/kernel/linux/linux-5.10/
H
A
D
Makefile
1052
#
KBUILD_IMAGE
may be overruled on the command line or
1056
export
KBUILD_IMAGE
?= vmlinux
macro
1963
@echo $(
KBUILD_IMAGE
)
/kernel/linux/linux-6.6/
H
A
D
Makefile
1071
#
KBUILD_IMAGE
may be overruled on the command line or
1075
export
KBUILD_IMAGE
?= vmlinux
macro
2032
@echo $(
KBUILD_IMAGE
)
Completed in 16 milliseconds