mirror of
https://codeberg.org/canoeboot/cbmk.git
synced 2025-07-31 01:42:25 +01:00

Instead of calling fe_, prefix x_ as indicated. Signed-off-by: Leah Rowe <leah@libreboot.org>
6 lines
211 B
INI
6 lines
211 B
INI
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
sersrc="src/stm32-vserprog"
|
|
serx="$sersrc/stm32-vserprog.hex"
|
|
serdir="$sersrc/boards"
|
|
mkhelper="$dry eval fx_ \"buildser stm32\" x_ basename -as .h \"\$serdir/\"*.h"
|