mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-13 14:59:34 +02:00
build/coreboot/utils: remove unnecessary check
the file check is sufficient (target.cfg) Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -19,8 +19,6 @@ main()
|
||||
}
|
||||
|
||||
build_for_mainboard() {
|
||||
[ -d "config/coreboot/${1}" ] || \
|
||||
err "build_for_mainboard ${1}: board dir does not exist"
|
||||
[ -f "config/coreboot/${1}/target.cfg" ] || \
|
||||
err "build_for_mainboard ${1}: target.cfg does not exist"
|
||||
tree="undefined"
|
||||
|
||||
Reference in New Issue
Block a user