Home
last modified time | relevance | path

Searched refs:scmversion (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A Dsetlocalversion37 if test -e .scmversion; then
38 cat .scmversion
136 if test ! -e .scmversion; then
138 echo "$res" >.scmversion
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A Dsetlocalversion37 if test -e .scmversion; then
38 cat .scmversion
136 if test ! -e .scmversion; then
138 echo "$res" >.scmversion
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A Dsetlocalversion56 if test -e .scmversion; then
57 cat .scmversion
180 if test ! -e .scmversion; then
182 echo "$res" >.scmversion
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A Dsetlocalversion56 if test -e .scmversion; then
57 cat .scmversion
179 if test ! -e .scmversion; then
181 echo "$res" >.scmversion
H A DMakefile.package32 TAR_CONTENT := $(KBUILD_ALLDIRS) .config .scmversion Makefile \
47 $(srctree)/scripts/setlocalversion --save-scmversion; \
50 rm -f $(objtree)/.scmversion
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A Dsetlocalversion56 if test -e .scmversion; then
57 cat .scmversion
179 if test ! -e .scmversion; then
181 echo "$res" >.scmversion
H A DMakefile.package32 TAR_CONTENT := $(KBUILD_ALLDIRS) .config .scmversion Makefile \
47 $(srctree)/scripts/setlocalversion --save-scmversion; \
50 rm -f $(objtree)/.scmversion
/OK3568_Linux_fs/kernel/scripts/
H A Dsetlocalversion56 if test -e .scmversion; then
57 cat .scmversion
179 if test ! -e .scmversion; then
181 echo "$res" >.scmversion
H A DMakefile.package32 TAR_CONTENT := $(KBUILD_ALLDIRS) .config .scmversion Makefile \
47 $(srctree)/scripts/setlocalversion --save-scmversion; \
50 rm -f $(objtree)/.scmversion
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A Dsetlocalversion56 if test -e .scmversion; then
57 cat .scmversion
180 if test ! -e .scmversion; then
182 echo "$res" >.scmversion
/OK3568_Linux_fs/u-boot/scripts/
H A Dsetlocalversion37 if test -e .scmversion; then
38 cat .scmversion
143 if test ! -e .scmversion; then
145 echo "$res" >.scmversion
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-module36 What: /sys/module/MODULENAME/scmversion
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch/
H A D0001-kpatch-build-add-cross-compilation-support.patch74 [[ -n "$OOT_MODULE" ]] || ./scripts/setlocalversion --save-scmversion || die
/OK3568_Linux_fs/kernel/include/linux/
H A Dmodule.h381 const char *scmversion; member
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dkernel.bbclass635 touch ${B}/.scmversion ${S}/.scmversion
/OK3568_Linux_fs/kernel/init/
H A DKconfig2213 This enables the module attribute "scmversion" which can be used
2216 via the sysfs node: /sys/modules/MODULENAME/scmversion. This is
/OK3568_Linux_fs/kernel/kernel/
H A Dmodule.c816 MODINFO_ATTR(scmversion);