diff options
| -rw-r--r-- | xmake/rules/platform/linux/module/xmake.lua | 2 |
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) |
