From da3b88c3a4c71698e105d9e04580642e1c346752 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 13 Feb 2025 23:23:24 +0800 Subject: fix platform.linux.module --- xmake/rules/platform/linux/module/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/rules/platform/linux/module/xmake.lua b/xmake/rules/platform/linux/module/xmake.lua index 297dcc83e..785ac2b40 100644 --- a/xmake/rules/platform/linux/module/xmake.lua +++ b/xmake/rules/platform/linux/module/xmake.lua @@ -19,7 +19,7 @@ -- -- build linux driver module -rule("platform.linux.driver") +rule("platform.linux.module") set_sourcekinds("cc") on_load(function (target) import("driver_modules").load(target) -- cgit v1.3.1