summaryrefslogtreecommitdiff
path: root/xmake/rules/platform/linux/driver/driver_modules.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-12-03 10:15:52 +0800
committerGitHub <[email protected]>2024-12-03 10:15:52 +0800
commitfcabe5855eed5daa8e134e91da17c6acf40f5db0 (patch)
treea0652f175c45d35af2a77297ffa28cda0fa2bf54 /xmake/rules/platform/linux/driver/driver_modules.lua
parent46ec7f87125cd7824c9ad7b1256693b575f0c576 (diff)
parentd9bc6250c4cab08285cbeab73293886527098f14 (diff)
Merge pull request #5919 from star-hengxing/ccache
Use ccache when debug cmake package
Diffstat (limited to 'xmake/rules/platform/linux/driver/driver_modules.lua')
-rw-r--r--xmake/rules/platform/linux/driver/driver_modules.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/rules/platform/linux/driver/driver_modules.lua b/xmake/rules/platform/linux/driver/driver_modules.lua
index a89a28938..8218a972c 100644
--- a/xmake/rules/platform/linux/driver/driver_modules.lua
+++ b/xmake/rules/platform/linux/driver/driver_modules.lua
@@ -24,7 +24,6 @@ import("core.project.depend")
import("core.cache.memcache")
import("lib.detect.find_tool")
import("utils.progress")
-import("private.tools.ccache")
-- get linux-headers sdk
function _get_linux_headers_sdk(target)