From 7e1950eb53ce0b05e5a39b8aef15428691a2a417 Mon Sep 17 00:00:00 2001
From: tzh <tanzhtanzh@gmail.com>
Date: Tue, 23 Jul 2024 02:00:21 +0000
Subject: [PATCH] feat(patch): add ido patch

---
 longan/kernel/linux-4.9/modules/gpu/img-rgx/android/rogue_km/build/linux/sunxi_android/Makefile |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/longan/kernel/linux-4.9/modules/gpu/img-rgx/android/rogue_km/build/linux/sunxi_android/Makefile b/longan/kernel/linux-4.9/modules/gpu/img-rgx/android/rogue_km/build/linux/sunxi_android/Makefile
index 630674a..7a25642 100644
--- a/longan/kernel/linux-4.9/modules/gpu/img-rgx/android/rogue_km/build/linux/sunxi_android/Makefile
+++ b/longan/kernel/linux-4.9/modules/gpu/img-rgx/android/rogue_km/build/linux/sunxi_android/Makefile
@@ -41,7 +41,7 @@
 export MULTIARCH=64only
 export EXCLUDED_APIS=opencl opengl vulkan cldnn imgdnn
 export USE_CLANG:=0
-#export V := 1
+
 # If a TARGET_PRODUCT is specified but not a TARGET_DEVICE, try to
 # derive the TARGET_DEVICE from TARGET_PRODUCT.
 #
@@ -68,10 +68,8 @@
 
 include ../common/android/arch.mk
 include ../common/android/features.mk
-ifneq ($(origin CC),undefined)
-KERNEL_CC :=$(CC)
-endif
-$(info $(KERNEL_CC) == $(CC))
+
+KERNEL_CROSS_COMPILE := $(CROSS_COMPILE)
 PVR_ANDROID_COMPOSERHAL := null
 
 PDUMP_STREAMBUF_SIZE_MB := 10

--
Gitblit v1.6.2