Skip to content

Commit c505bf6

Browse files
Fix scripts to be built on Linux & proper spoofing
Change-Id: I99af231b4f24aee253a3017ee269b68ba6c08a88
1 parent 9b4b120 commit c505bf6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SPDX-License-Identifier: GPL-2.0
22
VERSION = 5
33
PATCHLEVEL = 4
4-
SUBLEVEL = 254 ## real source is 292, spoofing RMX3661 F.24
5-
EXTRAVERSION =
4+
SUBLEVEL = 254 #spoffing of Realme RMX3661, real is .292
5+
EXTRAVERSION =
66
NAME = Kleptomaniac Octopus
77

88
# indicate that change "Kbuild: Support nested composite objects" is
@@ -1317,7 +1317,7 @@ $(sort $(vmlinux-deps)): descend ;
13171317

13181318
filechk_kernel.release = \
13191319
echo "$(KERNELVERSION)$$($(CONFIG_SHELL) $(srctree)/scripts/setlocalversion \
1320-
$(srctree) android12 0)"
1320+
$(srctree) $(BRANCH) $(KMI_GENERATION))"
13211321

13221322
# Store (new) KERNELRELEASE string in include/config/kernel.release
13231323
include/config/kernel.release: FORCE
@@ -2096,4 +2096,4 @@ FORCE:
20962096

20972097
# Declare the contents of the PHONY variable as phony. We keep that
20982098
# information in a variable so we can use it in if_changed and friends.
2099-
.PHONY: $(PHONY)
2099+
.PHONY: $(PHONY)

0 commit comments

Comments
 (0)