summaryrefslogtreecommitdiff
path: root/config/module/coreboot/t60_intelgpu
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/t60_intelgpu
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/t60_intelgpu')
-rw-r--r--config/module/coreboot/t60_intelgpu/target.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/module/coreboot/t60_intelgpu/target.cfg b/config/module/coreboot/t60_intelgpu/target.cfg
index f41e3fe9..5b8cb55c 100644
--- a/config/module/coreboot/t60_intelgpu/target.cfg
+++ b/config/module/coreboot/t60_intelgpu/target.cfg
@@ -5,5 +5,5 @@ xarch="i386-elf"
payload_seabios="y"
payload_grub="y"
grub_scan_disk="ahci"
-build_depend="seabios/default grub/default u-boot/i386coreboot"
+build_depend="seabios/build grub/default u-boot/i386coreboot"
payload_uboot="i386"