]> git.proxmox.com Git - mirror_qemu.git/commit
Makefile: Fix definition of pxe-*.bin blobs
authorStefan Weil <weil@mail.berlios.de>
Mon, 2 Nov 2009 18:59:06 +0000 (19:59 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 12 Nov 2009 17:23:54 +0000 (11:23 -0600)
commit88e2b0a5fd320f58f1a8aa1e19b502376854d879
treeae64dca12ad8a8d8555d1682c277d4b90bbe11c2
parent6a90e30800c1164eeb64bac6c863f1ceae514434
Makefile: Fix definition of pxe-*.bin blobs

* Remove 2nd entry for pxe-pcnet.bin.
  This kind of error can be avoided by sorting
  entries. So all pxe-*.bin entries are now sorted
  alphabetically.
* Rename pxe-eepro100.bin -> pxe-i82559er.bin.
  This change completes another patch which did
  the rename on the pxe image for i82559er.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile