summaryrefslogtreecommitdiff
path: root/xmake/rules/platform/linux/module/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-02-13 23:23:24 +0800
committerruki <[email protected]>2025-02-13 23:23:24 +0800
commitda3b88c3a4c71698e105d9e04580642e1c346752 (patch)
treec03883e2f2df6d93711d62ff59c5c8698ef0b3d1 /xmake/rules/platform/linux/module/xmake.lua
parent14bb21f46c019618fcd0e0fee4ebdbbb91aa36b7 (diff)
fix platform.linux.module
Diffstat (limited to 'xmake/rules/platform/linux/module/xmake.lua')
-rw-r--r--xmake/rules/platform/linux/module/xmake.lua2
1 files changed, 1 insertions, 1 deletions
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)