mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
build/boot/roms: rename buildrom to build_target
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -58,14 +58,13 @@ handle_targets()
|
||||
err "handle_targets: Cannot get list of boards"
|
||||
|
||||
for board in ${boards}; do
|
||||
buildrom "${board}" || err "handle_targets: build error"
|
||||
build_target "${board}" || err "handle_targets: build error"
|
||||
[ -d "bin/${board}" ] && targets="${board} ${targets}"
|
||||
done
|
||||
confirm_targets
|
||||
}
|
||||
|
||||
# Build ROM images for supported boards
|
||||
buildrom() {
|
||||
build_target() {
|
||||
[ -d "config/coreboot/${1}/" ] || \
|
||||
err "build/roms: target not defined: ${1}"
|
||||
./build boot roms_helper ${1}${opts} || return 1
|
||||
|
||||
Reference in New Issue
Block a user