Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx> --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index dd9d36199194..df8581e3a906 100755 --- a/configure +++ b/configure @@ -157,6 +157,9 @@ if test ! -e Makefile; then echo "linking scripts..." ln -sf "$srcdir/scripts" + + echo "linking errata.txt..." + ln -sf "$srcdir/errata.txt" fi # link lib/asm for the architecture -- 2.13.6