summaryrefslogtreecommitdiff
path: root/target/x86_64/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-14 09:26:06 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-14 09:26:06 +0200
commit6f03e0cd975351c065d44fad8bc54b578a9c502e (patch)
tree71cdeb645d344f8084aa26b48dad237d9ec444db /target/x86_64/Makefile
parent599982c916530310b29f609f44d10cd5a6b381a4 (diff)
add serial command line flag
Diffstat (limited to 'target/x86_64/Makefile')
-rw-r--r--target/x86_64/Makefile4
1 files changed, 4 insertions, 0 deletions
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