diff options
| author | Wu, Zhenyu <[email protected]> | 2024-12-13 00:37:51 +0800 |
|---|---|---|
| committer | Wu, Zhenyu <[email protected]> | 2024-12-13 00:37:51 +0800 |
| commit | ecb1e9948ed95fbe8c5b43dce118718449cff93d (patch) | |
| tree | 197a7db6d63919b91071758bebd9b22f49fd5f9e /tests/projects/linux/driver/hello_custom/xmake.lua | |
| parent | 3c99013d8f3f465616918f21e0e2e6deb701f9f3 (diff) | |
rename luarocks.module to lua.module, platform.linux.driver to platform.linux.module
Diffstat (limited to 'tests/projects/linux/driver/hello_custom/xmake.lua')
| -rw-r--r-- | tests/projects/linux/driver/hello_custom/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/linux/driver/hello_custom/xmake.lua b/tests/projects/linux/driver/hello_custom/xmake.lua index 846bddc55..a51f76c82 100644 --- a/tests/projects/linux/driver/hello_custom/xmake.lua +++ b/tests/projects/linux/driver/hello_custom/xmake.lua @@ -1,6 +1,6 @@ option("linux-headers", {showmenu = true, description = "Set linux-headers path."}) target("hello") - add_rules("platform.linux.driver") + add_rules("platform.linux.module") add_files("src/*.c") set_values("linux.driver.linux-headers", "$(linux-headers)") |
