summaryrefslogtreecommitdiff
path: root/util/qemu
diff options
context:
space:
mode:
Diffstat (limited to 'util/qemu')
-rw-r--r--util/qemu/Makefile.mk (renamed from util/qemu/Makefile.inc)4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/qemu/Makefile.inc b/util/qemu/Makefile.mk
index e1181ade73..077fde772d 100644
--- a/util/qemu/Makefile.inc
+++ b/util/qemu/Makefile.mk
@@ -2,10 +2,10 @@
# This automatically adds a `qemu` make target if a compatible
# configuration is selected. There are some notable variables
-# that can be set or adapted in `Makefile.inc` files, the make
+# that can be set or adapted in `Makefile.mk` files, the make
# command line or the environment:
#
-# Primarily for `Makefile.inc` use:
+# Primarily for `Makefile.mk` use:
# QEMU-y the QEMU executable
# QEMU_CFG-y a QEMU config that sets the available default devices,
# used to run more comprehensive tests by default,