summaryrefslogtreecommitdiff
path: root/SOURCE
diff options
context:
space:
mode:
authorBaoyou Xie <[email protected]>2022-04-11 09:27:41 +0800
committerBaoyou Xie <[email protected]>2022-04-11 09:27:41 +0800
commit16cab73c3483e91d86dd67badc751995a1c5bf4e (patch)
treeb329f44a8cbd31232dc27da4601090f8a9ab29d8 /SOURCE
parente5b59b89a67e50a950a819135bb13a07dfb5de8d (diff)
diagnose-tools: 支持4.19-011版本
Diffstat (limited to 'SOURCE')
-rwxr-xr-xSOURCE/module/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/SOURCE/module/Makefile b/SOURCE/module/Makefile
index d6c312a..5c945e5 100755
--- a/SOURCE/module/Makefile
+++ b/SOURCE/module/Makefile
@@ -133,6 +133,9 @@ ifneq ($(findstring alios7.x86_64,$(KERNEL_BUILD_PATH)),)
ifneq ($(findstring -009,$(KERNEL_BUILD_PATH)),)
DIAG_EXTRA_CFLAGS += -DALIOS_4000_009
endif
+ ifneq ($(findstring -011,$(KERNEL_BUILD_PATH)),)
+ DIAG_EXTRA_CFLAGS += -DALIOS_4000_011
+ endif
endif
ifneq ($(findstring ali5000,$(KERNEL_BUILD_PATH)),)