aboutsummaryrefslogtreecommitdiff
path: root/board-qemu/Makefile
diff options
context:
space:
mode:
authorNikunj A Dadhania <nikunj@linux.vnet.ibm.com>2013-11-21 11:14:54 +0530
committerNikunj A Dadhania <nikunj@linux.vnet.ibm.com>2013-12-16 11:56:42 +0530
commit79f0600b9aa14e5a52e6c8428b0ce0c3e24cd480 (patch)
tree92d34dada75869d0ef9d4d448e4daa0287e61500 /board-qemu/Makefile
parente086e9992c26bc23cd75dfad2239949c10da1fb1 (diff)
downloadSLOF-79f0600b9aa14e5a52e6c8428b0ce0c3e24cd480.zip
SLOF-79f0600b9aa14e5a52e6c8428b0ce0c3e24cd480.tar.gz
SLOF-79f0600b9aa14e5a52e6c8428b0ce0c3e24cd480.tar.bz2
Output banner and initial display output in VNC window
Initial display output does not show up in the VGA/VNC window. Create replay buffer to store the initial output and when vga/vnc console starts, dump the buffer there. Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Diffstat (limited to 'board-qemu/Makefile')
-rw-r--r--board-qemu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board-qemu/Makefile b/board-qemu/Makefile
index eb43787..29ee016 100644
--- a/board-qemu/Makefile
+++ b/board-qemu/Makefile
@@ -31,7 +31,7 @@ subdirs: $(SUBDIRS)
$(SUBDIRS): common-libs
@echo " ====== Building $@ ======"
- $(MAKE) -C $@ $(MAKEARG)
+ $(MAKE) -C $@ $(MAKEARG) RELEASE=-DRELEASE=\"\\\"$(RELEASE)\\\"\"
stage1: common-libs
@echo " ====== Building llfw ======"