ci: Makefile: let qemu_img be the main target

Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
Ralf Ramsauer 2019-06-24 00:05:49 +02:00
parent ac1bb73303
commit 096bbdf4b7
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ IMAGE_SIZE = 5G
MNT_ROOTFS = /tmp/ROOTFS
all: $(QEMU_KERNEL)
all: qemu_img
qemu: extract_kernel
qemu-system-arm \