From e7edce9f232e1359097793b2610e04b16dab7f7e Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Thu, 29 Oct 2015 14:24:23 +0100 Subject: kfs: use a Makefile variable to control the graphics display Signed-off-by: Olivier Gayot --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6cf0bc5..90ffa6c 100644 --- a/Makefile +++ b/Makefile @@ -30,10 +30,10 @@ distclean: mrproper $(RM) $(wildcard $(addsuffix .sw*,$(addprefix .,$(SRC)))) boot: all - $(QEMU) -kernel $(NAME) + $(QEMU) -kernel $(NAME) $(QEMUFLAGS) debug: all - $(QEMU) -kernel $(NAME) -s -S + $(QEMU) -kernel $(NAME) -s -S $(QEMUFLAGS) .PHONY: all clean mrproper distclean boot -- cgit v1.2.3