summaryrefslogtreecommitdiff
path: root/tests/projects/linux/driver
diff options
context:
space:
mode:
authorruki <[email protected]>2021-12-11 10:46:11 +0800
committerruki <[email protected]>2021-12-11 10:46:11 +0800
commitf469658bd0f104a854abd6d301b6d6b24a3e8398 (patch)
treea73d8f52a5e4043a60b410b5a68cfb4e8f126b4b /tests/projects/linux/driver
parent990712a20eb2f54d01113e85ae7ce0ef13bf0363 (diff)
check rules
Diffstat (limited to 'tests/projects/linux/driver')
-rw-r--r--tests/projects/linux/driver/hello/xmake.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/projects/linux/driver/hello/xmake.lua b/tests/projects/linux/driver/hello/xmake.lua
index 079c31754..bac728434 100644
--- a/tests/projects/linux/driver/hello/xmake.lua
+++ b/tests/projects/linux/driver/hello/xmake.lua
@@ -1,5 +1,3 @@
-add_rules("mode.release", "mode.debug")
-
add_requires("linux-headers", {configs = {driver_modules = true}})
target("hello")