summaryrefslogtreecommitdiff
path: root/tests/projects/linux/driver/hello/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-12-13 10:14:31 +0800
committerGitHub <[email protected]>2024-12-13 10:14:31 +0800
commit5aebd42c04b26f00f90a0678bbc4e69692f6f1bd (patch)
tree1ff0eee34e6d1fc22523117ce4c6d9976f6bd176 /tests/projects/linux/driver/hello/xmake.lua
parent7e33780d50ce0798a79d8b6c833821129d3ce795 (diff)
parentd53f304899857e247c6491acae97ef2c6f8cad6f (diff)
Merge pull request #5953 from Freed-Wu/dev
rename luarocks.module to lua.module, platform.linux.driver to platform.linux.module
Diffstat (limited to 'tests/projects/linux/driver/hello/xmake.lua')
-rw-r--r--tests/projects/linux/driver/hello/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/linux/driver/hello/xmake.lua b/tests/projects/linux/driver/hello/xmake.lua
index bac728434..810ed8fa8 100644
--- a/tests/projects/linux/driver/hello/xmake.lua
+++ b/tests/projects/linux/driver/hello/xmake.lua
@@ -1,7 +1,7 @@
add_requires("linux-headers", {configs = {driver_modules = true}})
target("hello")
- add_rules("platform.linux.driver")
+ add_rules("platform.linux.module")
add_files("src/*.c")
add_packages("linux-headers")
set_license("GPL-2.0")