aboutsummaryrefslogtreecommitdiff
path: root/bbl/bbl.ac
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2018-07-10 16:32:36 -0700
committerAndrew Waterman <andrew@sifive.com>2018-07-10 16:32:36 -0700
commit386b9337e2896956ac52f2a5a304c127f5a4c5d0 (patch)
treeabab92b79624a285431fcd26a93b8d4002d08ae3 /bbl/bbl.ac
parent241ce51583b613774c0c9a8aa3ab2d67bc445e09 (diff)
downloadriscv-pk-386b9337e2896956ac52f2a5a304c127f5a4c5d0.zip
riscv-pk-386b9337e2896956ac52f2a5a304c127f5a4c5d0.tar.gz
riscv-pk-386b9337e2896956ac52f2a5a304c127f5a4c5d0.tar.bz2
Don't look for riscv_logo.txt if logo is not enabled
Diffstat (limited to 'bbl/bbl.ac')
-rw-r--r--bbl/bbl.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/bbl/bbl.ac b/bbl/bbl.ac
index b803ae9..dc3cf42 100644
--- a/bbl/bbl.ac
+++ b/bbl/bbl.ac
@@ -2,6 +2,7 @@
AC_ARG_ENABLE([logo], AS_HELP_STRING([--enable-logo], [Enable boot logo]))
AS_IF([test "x$enable_logo" == "xyes"], [
+ AC_SUBST([BBL_ENABLE_LOGO], 1)
AC_DEFINE([PK_ENABLE_LOGO],,[Define if the RISC-V logo is to be displayed])
])