Merge pull request #1515 from samoht/make-qemu

Fix `make qemu`
This commit is contained in:
Justin Cormack 2017-04-06 12:30:19 +01:00 committed by GitHub
commit 4a1b8a3e32

View File

@ -36,7 +36,7 @@ test-bzImage: test-initrd.img
# interactive versions need to use volume mounts
.PHONY: qemu qemu-iso qemu-efi test-qemu-efi
qemu: moby-initrd.img moby-bzImage moby-cmdline
./scripts/qemu.sh moby-initrd.img moby-bzImage "$(shell cat moby-cmdline)"
./scripts/qemu.sh moby-initrd.img moby-bzImage moby-cmdline
qemu-iso: alpine/mobylinux-bios.iso
./scripts/qemu.sh $^