Commit 53f54e9a authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

QEMU: set pkgversion string to 'SimBricks'

this gets rid of the non-fatal build error 'No names found, cannot describe anything'
parent fdaa4363
......@@ -49,6 +49,7 @@ $(d)qemu/ready: $(d)qemu
+cd $< && ./configure \
--target-list=x86_64-softmmu \
--disable-werror \
--with-pkgversion=SimBricks \
--extra-cflags="-I$(abspath $(lib_dir))" \
--extra-ldflags="-L$(abspath $(lib_dir))" \
--enable-simbricks \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment