summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files 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