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:KERNELRELEASE
(Results
1 - 24
of
24
) sorted by relevance
/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
66
rm -f "${pdir}/lib/modules/${
KERNELRELEASE
}/build"
71
mv "${pdir}/lib/modules/${
KERNELRELEASE
}" "${pdir}/usr/lib/uml/modules/${
KERNELRELEASE
}"
73
cp System.map "${pdir}/usr/lib/uml/modules/${
KERNELRELEASE
}/System.map"
78
cp System.map "${pdir}/boot/System.map-${
KERNELRELEASE
}"
79
cp ${KCONFIG_CONFIG} "${pdir}/boot/config-${
KERNELRELEASE
}"
87
installed_image_path="usr/bin/linux-${
KERNELRELEASE
}";;
89
installed_image_path="boot/vmlinux-${
KERNELRELEASE
}";;
91
installed_image_path="boot/vmlinuz-${
KERNELRELEASE
}";;
[all...]
H
A
D
mkdebian
149
version=$
KERNELRELEASE
268
KERNELRELEASE
:= ${
KERNELRELEASE
}
/kernel/linux/linux-6.6/scripts/package/debian/
H
A
D
rules
18
KERNELRELEASE
=$(
KERNELRELEASE
) \
26
KERNELRELEASE
=$(
KERNELRELEASE
) \
/kernel/linux/linux-5.10/arch/nds32/boot/
H
A
D
Makefile
11
$(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(
KERNELRELEASE
) \
15
$(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(
KERNELRELEASE
) \
/kernel/linux/linux-5.10/arch/arm64/boot/
H
A
D
Makefile
40
$(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(
KERNELRELEASE
) \
44
$(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(
KERNELRELEASE
) \
/kernel/linux/linux-5.10/arch/riscv/boot/
H
A
D
Makefile
50
$(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(
KERNELRELEASE
) \
54
$(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(
KERNELRELEASE
) \
/kernel/linux/linux-5.10/arch/loongarch/
H
A
D
Makefile
189
$(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(
KERNELRELEASE
)
191
$(Q)install -D -m 755 vmlinuz $(INSTALL_PATH)/vmlinuz-$(
KERNELRELEASE
)
193
$(Q)install -D -m 644 .config $(INSTALL_PATH)/config-$(
KERNELRELEASE
)
194
$(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(
KERNELRELEASE
)
/kernel/linux/linux-6.6/arch/loongarch/
H
A
D
Makefile
151
$(Q)install -D -m 755 $(KBUILD_IMAGE) $(INSTALL_PATH)/$(image-name-y)-$(
KERNELRELEASE
)
152
$(Q)install -D -m 644 .config $(INSTALL_PATH)/config-$(
KERNELRELEASE
)
153
$(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(
KERNELRELEASE
)
/kernel/linux/linux-5.10/arch/parisc/
H
A
D
Makefile
175
$(
KERNELRELEASE
) vmlinux System.map "$(INSTALL_PATH)"
178
$(
KERNELRELEASE
) vmlinuz System.map "$(INSTALL_PATH)"
/kernel/linux/linux-5.10/arch/parisc/boot/
H
A
D
Makefile
20
sh -x $(srctree)/$(obj)/install.sh $(
KERNELRELEASE
) $(obj)/bzImage \
/kernel/linux/linux-5.10/arch/nios2/boot/
H
A
D
Makefile
35
sh $(srctree)/$(src)/install.sh $(
KERNELRELEASE
) $(BOOTIMAGE) System.map "$(INSTALL_PATH)"
/kernel/linux/linux-5.10/arch/mips/
H
A
D
Makefile
424
$(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(
KERNELRELEASE
)
426
$(Q)install -D -m 755 vmlinuz $(INSTALL_PATH)/vmlinuz-$(
KERNELRELEASE
)
428
$(Q)install -D -m 644 .config $(INSTALL_PATH)/config-$(
KERNELRELEASE
)
429
$(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(
KERNELRELEASE
)
/kernel/linux/linux-6.6/arch/mips/
H
A
D
Makefile
442
$(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(
KERNELRELEASE
)
444
$(Q)install -D -m 755 vmlinuz $(INSTALL_PATH)/vmlinuz-$(
KERNELRELEASE
)
446
$(Q)install -D -m 644 .config $(INSTALL_PATH)/config-$(
KERNELRELEASE
)
447
$(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(
KERNELRELEASE
)
/kernel/linux/linux-5.10/arch/ia64/
H
A
D
Makefile
82
sh $(srctree)/arch/ia64/install.sh $(
KERNELRELEASE
) $< System.map "$(INSTALL_PATH)"
/kernel/linux/linux-5.10/arch/s390/boot/
H
A
D
Makefile
74
sh -x $(srctree)/$(obj)/install.sh $(
KERNELRELEASE
) $(obj)/bzImage \
/kernel/linux/linux-5.10/arch/sparc/boot/
H
A
D
Makefile
75
sh $(srctree)/$(src)/install.sh $(
KERNELRELEASE
) $(obj)/zImage \
/kernel/linux/linux-5.10/scripts/package/
H
A
D
mkdebian
88
version=$
KERNELRELEASE
228
\$(MAKE)
KERNELRELEASE
=${version} ARCH=${ARCH} \
235
\$(MAKE)
KERNELRELEASE
=${version} ARCH=${ARCH} \
H
A
D
builddeb
109
version=$
KERNELRELEASE
/kernel/linux/linux-6.6/
H
A
D
Makefile
69
# cmd_depmod = $(srctree)/scripts/depmod.sh $(DEPMOD) $(
KERNELRELEASE
)
368
# Read
KERNELRELEASE
from include/config/kernel.release (if it exists)
369
KERNELRELEASE
= $(call read-file, include/config/kernel.release)
macro
371
export VERSION PATCHLEVEL SUBLEVEL
KERNELRELEASE
KERNELVERSION
1087
export INSTALL_DTBS_PATH ?= $(INSTALL_PATH)/dtbs/$(
KERNELRELEASE
)
1095
MODLIB = $(INSTALL_MOD_PATH)/lib/modules/$(
KERNELRELEASE
)
1171
ifeq ($(origin
KERNELRELEASE
),file)
1174
filechk_kernel.release = echo $(
KERNELRELEASE
)
1177
# Store (new)
KERNELRELEASE
string in include/config/kernel.release
1229
#
KERNELRELEASE
ca
[all...]
/kernel/linux/linux-5.10/arch/x86/boot/
H
A
D
Makefile
160
sh $(srctree)/$(src)/install.sh $(
KERNELRELEASE
) $(obj)/bzImage \
/kernel/linux/linux-5.10/Documentation/
H
A
D
Makefile
84
-D version=$(KERNELVERSION) -D release=$(
KERNELRELEASE
) \
/kernel/linux/linux-6.6/Documentation/
H
A
D
Makefile
92
-D version=$(KERNELVERSION) -D release=$(
KERNELRELEASE
) \
/kernel/linux/linux-5.10/
H
A
D
Makefile
352
# Read
KERNELRELEASE
from include/config/kernel.release (if it exists)
353
KERNELRELEASE
= $(shell cat include/config/kernel.release 2> /dev/null)
macro
355
export VERSION PATCHLEVEL SUBLEVEL
KERNELRELEASE
KERNELVERSION
1068
export INSTALL_DTBS_PATH ?= $(INSTALL_PATH)/dtbs/$(
KERNELRELEASE
)
1076
MODLIB = $(INSTALL_MOD_PATH)/lib/modules/$(
KERNELRELEASE
)
1236
# Store (new)
KERNELRELEASE
string in include/config/kernel.release
1296
#
KERNELRELEASE
can change from a few different places, meaning version.h
1301
if [ `echo -n "$(
KERNELRELEASE
)" | wc -c ` -gt $(uts_len) ]; then \
1302
echo '"$(
KERNELRELEASE
)" exceeds $(uts_len) characters' >&2; \
1305
echo \#define UTS_RELEASE \"$(
KERNELRELEASE
)\"
[all...]
/kernel/linux/linux-5.10/arch/powerpc/boot/
H
A
D
Makefile
441
sh -x $(srctree)/$(src)/install.sh "$(
KERNELRELEASE
)" vmlinux System.map "$(INSTALL_PATH)"
445
sh -x $(srctree)/$(src)/install.sh "$(
KERNELRELEASE
)" vmlinux System.map "$(INSTALL_PATH)" $^
Completed in 11 milliseconds