Add my signature

Signed-off-by: MOVZX <movzx@yahoo.com>
This commit is contained in:
2025-12-04 18:20:03 +07:00
parent 0ea0245a19
commit 6e6c84df73

View File

@@ -268,6 +268,11 @@ ifneq ($(TARGET_KERNEL_ADDITIONAL_FLAGS),)
KERNEL_MAKE_FLAGS += $(TARGET_KERNEL_ADDITIONAL_FLAGS)
endif
# Custom Build User/Host
KERNEL_MAKE_FLAGS += KBUILD_BUILD_USER=MOVZX
KERNEL_MAKE_FLAGS += KBUILD_BUILD_HOST=Telegram.org
KERNEL_MAKE_FLAGS += KBUILD_BUILD_VERSION=666
# Internal implementation of make-kernel-target
# $(1): output path (The value passed to O=)
# $(2): target to build (eg. defconfig, modules, dtbo.img)