summaryrefslogtreecommitdiff
path: root/xmake/rules/platform/linux/driver/driver_modules.lua
diff options
context:
space:
mode:
authorstar9029 <[email protected]>2024-12-02 22:53:20 +0800
committerstar9029 <[email protected]>2024-12-02 22:53:20 +0800
commitd9bc6250c4cab08285cbeab73293886527098f14 (patch)
treea69ff7b0f85a12e5009b76af4c52e61aafbb54ce /xmake/rules/platform/linux/driver/driver_modules.lua
parent42934990cefe25d78a98e4314a56f9c8b9b6f281 (diff)
Improve ccache tool
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)