git.annexia.org
/
rhbz1184405.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a22dac3
)
make: Hoist kernel declaration to top.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 30 Jan 2015 13:25:10 +0000
(13:25 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 30 Jan 2015 13:25:10 +0000
(13:25 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
43e8dca
..
1be64ed
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,5
+1,7
@@
kver = 3.19.0-0.rc4.57.sa2.aarch64
use_efi = 1
+kernel = /boot/vmlinuz-$(kver)
+qemu = /usr/libexec/qemu-kvm
modules = virtio.ko virtio_ring.ko virtio_mmio.ko virtio_scsi.ko
disks = sda.img sdb.img sdc.img sdd.img sde.img sdf.img
@@
-37,9
+39,6
@@
init: init.c
clean:
rm -f $(disks) $(modules) init initrd AAVMF_VARS.fd
-kernel = /boot/vmlinuz-$(kver)
-qemu = /usr/libexec/qemu-kvm
-
run: initrd $(disks) AAVMF_VARS.fd
$(qemu) \
-nodefconfig -nodefaults -display none \