mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
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>
This commit is contained in:
@@ -296,8 +296,6 @@ check_project_hashes()
|
|||||||
|
|
||||||
check_cross_compiler()
|
check_cross_compiler()
|
||||||
{
|
{
|
||||||
remkdir "$XBMK_CACHE/gnupath"
|
|
||||||
|
|
||||||
cbdir="src/coreboot/$tree"
|
cbdir="src/coreboot/$tree"
|
||||||
[ "$project" != "coreboot" ] && cbdir="src/coreboot/default"
|
[ "$project" != "coreboot" ] && cbdir="src/coreboot/default"
|
||||||
[ -n "$xtree" ] && cbdir="src/coreboot/$xtree"
|
[ -n "$xtree" ] && cbdir="src/coreboot/$xtree"
|
||||||
|
|||||||
Reference in New Issue
Block a user