summaryrefslogtreecommitdiff
path: root/config/module/coreboot/d510mo
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-20 23:05:46 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-20 23:13:16 +0100
commit361e9fadcc0b28240d8859eeb1965f153264c36d (patch)
treec33486b578d65c0cbdb1a485287e14db59bd3c0a /config/module/coreboot/d510mo
parent5b78d76deb30ea57a0160eb25dbacf8d6e2f6777 (diff)
build seabios in a target, not tree/default
otherwise, the recent fix to coreboot builds breaks seabios builds. lbmk should be stable now. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/module/coreboot/d510mo')
-rw-r--r--config/module/coreboot/d510mo/target.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/module/coreboot/d510mo/target.cfg b/config/module/coreboot/d510mo/target.cfg
index af063079..dad5ddfa 100644
--- a/config/module/coreboot/d510mo/target.cfg
+++ b/config/module/coreboot/d510mo/target.cfg
@@ -5,4 +5,4 @@ xarch="i386-elf"
payload_seabios="y"
payload_memtest="y"
release="n"
-build_depend="seabios/default memtest86plus/default"
+build_depend="seabios/build memtest86plus/default"