[Pkg-xen-changes] [xen] 04/128: tools-firmware-etherboot-packaged.diff
Ian Campbell
ijc-guest at moszumanska.debian.org
Sat Jul 12 09:06:05 UTC 2014
This is an automated email from the git hooks/post-receive script.
ijc-guest pushed a commit to branch feature/4.4-updates
in repository xen.
commit fcfa52723909314512cc4ff2b3cf6fe00cff5f15
Author: Bastian Blank <waldi at debian.org>
Date: Sat Jul 5 11:47:26 2014 +0200
tools-firmware-etherboot-packaged.diff
---
tools/firmware/Makefile | 4 ----
tools/firmware/hvmloader/Makefile | 2 +-
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/tools/firmware/Makefile b/tools/firmware/Makefile
index cb13212..4a4a9bf 100644
--- a/tools/firmware/Makefile
+++ b/tools/firmware/Makefile
@@ -14,7 +14,6 @@ SUBDIRS-$(CONFIG_SEABIOS) += seabios-dir
endif
SUBDIRS-$(CONFIG_ROMBIOS) += rombios
SUBDIRS-$(CONFIG_ROMBIOS) += vgabios
-SUBDIRS-$(CONFIG_ROMBIOS) += etherboot
SUBDIRS-y += hvmloader
ovmf-dir:
@@ -50,9 +49,6 @@ clean: subdirs-clean
.PHONY: distclean
distclean: subdirs-distclean
-subdir-distclean-etherboot: .phony
- $(MAKE) -C etherboot distclean
-
subdir-distclean-ovmf: .phony
rm -rf ovmf-dir ovmf-dir-remote
diff --git a/tools/firmware/hvmloader/Makefile b/tools/firmware/hvmloader/Makefile
index 00ee952..51b61a5 100644
--- a/tools/firmware/hvmloader/Makefile
+++ b/tools/firmware/hvmloader/Makefile
@@ -48,7 +48,7 @@ CIRRUSVGA_ROM := ../vgabios/VGABIOS-lgpl-latest.cirrus.debug.bin
else
CIRRUSVGA_ROM := ../vgabios/VGABIOS-lgpl-latest.cirrus.bin
endif
-ETHERBOOT_ROMS := $(addprefix ../etherboot/ipxe/src/bin/, $(addsuffix .rom, $(ETHERBOOT_NICS)))
+ETHERBOOT_ROMS := $(addprefix /usr/lib/ipxe/, $(addsuffix .rom, $(ETHERBOOT_NICS)))
endif
ROMS :=
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xen/xen.git
More information about the Pkg-xen-changes
mailing list