summaryrefslogtreecommitdiff
path: root/xmake/rules/platform/linux/driver/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-12-13 10:14:14 +0800
committerGitHub <[email protected]>2024-12-13 10:14:14 +0800
commitd53f304899857e247c6491acae97ef2c6f8cad6f (patch)
treef29720a2d07908fc048965c172358620321d1b71 /xmake/rules/platform/linux/driver/xmake.lua
parentab173b6f1162919076175d91ffbc240de07edbde (diff)
Update xmake.lua
Diffstat (limited to 'xmake/rules/platform/linux/driver/xmake.lua')
-rw-r--r--xmake/rules/platform/linux/driver/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/platform/linux/driver/xmake.lua b/xmake/rules/platform/linux/driver/xmake.lua
index 661850a6d..a050185b3 100644
--- a/xmake/rules/platform/linux/driver/xmake.lua
+++ b/xmake/rules/platform/linux/driver/xmake.lua
@@ -20,6 +20,6 @@
rule("platform.linux.driver")
on_config(function (target)
- wprint('deprecated: please use rule("platform.linux.module") instead of rule("platform.linux.driver")')
+ wprint('deprecated: please use add_rules("platform.linux.module") instead of add_rules("platform.linux.driver")')
end)
add_deps("platform.linux.module")