瀏覽代碼

Pass QEMU_ARGS for qemu-pci target too. (#66)

Andrew Walbran 2 年之前
父節點
當前提交
3a7e968bdc
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      examples/aarch64/Makefile

+ 1 - 0
examples/aarch64/Makefile

@@ -64,6 +64,7 @@ qemu: $(kernel_qemu_bin) $(img)
 
 qemu-pci: $(kernel_qemu_bin) $(img)
 	qemu-system-aarch64 \
+	  $(QEMU_ARGS) \
 		-machine virt \
 		-cpu max \
 		-serial chardev:char0 \