Skip to content

Commit 6a82894

Browse files
authored
Merge pull request #1264 from JonathonHall-Purism/coreboot-4.11-patch-fix
2 parents bf3898a + 487c5b0 commit 6a82894

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

patches/coreboot-4.11/0073-build-race-condition-fixes.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ Tested-by: build bot (Jenkins) <[email protected]>
1616
Reviewed-by: Aaron Durbin <[email protected]>
1717

1818
diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.inc
19-
index 6297384..1a1aa40 100644
19+
index cc094d1..132c6d8 100644
2020
--- a/src/arch/x86/Makefile.inc
2121
+++ b/src/arch/x86/Makefile.inc
22-
23-
@@ -50,7 +50,7 @@
22+
@@ -56,7 +56,7 @@ pci$(stripped_vgabios_dgpu_id).rom-type := optionrom
2423
# into a single generated file.
2524
crt0s = $(cpu_incs-y)
2625

2726
-$(objgenerated)/assembly.inc: $$(crt0s)
2827
+$(objgenerated)/assembly.inc: build-dirs $$(crt0s)
2928
@printf " GEN $(subst $(obj)/,,$(@))\n"
3029
printf '$(foreach crt0,$(crt0s),#include "$(crt0)"\n)' > $@
30+

0 commit comments

Comments
 (0)