summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-05-04 08:10:59 +0100
committerLeah Rowe <leah@libreboot.org>2025-05-04 08:10:59 +0100
commit184871bc17cdc5716d8d8bcfff03b0f7412b7a1a (patch)
treee7a99857da72fbe45e062b983f31ba14bcebcb57
parentb6a2dc4ea3ca18bff174014d1724aebd5dc28b84 (diff)
mk: remove useless code
this was added a few commits ago, but the previous commit made me realise it's not needed at all. Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-xmk2
1 files changed, 0 insertions, 2 deletions
diff --git a/mk b/mk
index c87acfe7..49cebaf1 100755
--- a/mk
+++ b/mk
@@ -296,8 +296,6 @@ check_project_hashes()
check_cross_compiler()
{
- remkdir "$XBMK_CACHE/gnupath"
-
cbdir="src/coreboot/$tree"
[ "$project" != "coreboot" ] && cbdir="src/coreboot/default"
[ -n "$xtree" ] && cbdir="src/coreboot/$xtree"