summaryrefslogtreecommitdiff
path: root/tests/projects/linux/driver/hello/xmake.lua
diff options
context:
space:
mode:
authorWu, Zhenyu <[email protected]>2024-12-13 00:37:51 +0800
committerWu, Zhenyu <[email protected]>2024-12-13 00:37:51 +0800
commitecb1e9948ed95fbe8c5b43dce118718449cff93d (patch)
tree197a7db6d63919b91071758bebd9b22f49fd5f9e /tests/projects/linux/driver/hello/xmake.lua
parent3c99013d8f3f465616918f21e0e2e6deb701f9f3 (diff)
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")