"examples/trials/vscode:/vscode.git/clone" did not exist on "055885d9a703ea645eb8d54ca893d5ed05c7d9f1"
Commit f67053df authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

sims/external/qemu: make variant optional assign again

But this time without the broken whitespace
parent 381299ab
...@@ -24,7 +24,7 @@ include mk/subdir_pre.mk ...@@ -24,7 +24,7 @@ include mk/subdir_pre.mk
QEMU_IMG := $(d)qemu/build/qemu-img QEMU_IMG := $(d)qemu/build/qemu-img
QEMU := $(d)qemu/build/qemu-system-x86_64 QEMU := $(d)qemu/build/qemu-system-x86_64
GEM5_VARIANT := fast GEM5_VARIANT ?= fast
external: $(d)gem5/ready $(d)qemu/ready $(d)ns-3/ready $(d)femu/ready external: $(d)gem5/ready $(d)qemu/ready $(d)ns-3/ready $(d)femu/ready
.PHONY: external .PHONY: external
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment