From ecb1e9948ed95fbe8c5b43dce118718449cff93d Mon Sep 17 00:00:00 2001 From: "Wu, Zhenyu" Date: Fri, 13 Dec 2024 00:37:51 +0800 Subject: rename luarocks.module to lua.module, platform.linux.driver to platform.linux.module --- tests/projects/linux/driver/hello/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/projects/linux/driver/hello/xmake.lua') 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") -- cgit v1.3.1