From 6f03e0cd975351c065d44fad8bc54b578a9c502e Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Mon, 14 Apr 2014 09:26:06 +0200
Subject: add serial command line flag

---
 target/x86_64/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'target/x86_64/Makefile')

diff --git a/target/x86_64/Makefile b/target/x86_64/Makefile
index 8d546a34b..63785c12a 100644
--- a/target/x86_64/Makefile
+++ b/target/x86_64/Makefile
@@ -9,7 +9,11 @@ include $(TOPDIR)/mk/image.mk
 
 KERNEL:=$(LINUX_DIR)/arch/x86/boot/bzImage
 ifeq ($(ADK_TARGET_QEMU_WITH_BOOTLOADER),y)
+ifeq ($(ADK_TARGET_QEMU_WITHOUT_GRAPHIC),y)
+CREATE:=./scripts/create.sh -g -t
+else
 CREATE:=./scripts/create.sh -g
+endif
 else
 CREATE:=./scripts/create.sh
 endif
-- 
cgit v1.2.3