ia64/xen-unstable
changeset 16970:a47ac2495137
Fix hvmloader makefile dependencies, and do not recurse into
tools/firmware/etherboot by default (the dependency of eb_roms.h on
Config does not seem to always prevent the build from going ahead, for
some reason).
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/firmware/etherboot by default (the dependency of eb_roms.h on
Config does not seem to always prevent the build from going ahead, for
some reason).
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Sat Feb 02 13:40:43 2008 +0000 (2008-02-02) |
parents | bb0477a0e9f2 |
children | 39ddd51318e9 |
files | tools/firmware/Makefile tools/firmware/hvmloader/Makefile |
line diff
1.1 --- a/tools/firmware/Makefile Sat Feb 02 11:24:20 2008 +0000 1.2 +++ b/tools/firmware/Makefile Sat Feb 02 13:40:43 2008 +0000 1.3 @@ -11,7 +11,7 @@ SUBDIRS += rombios rombios/32bit 1.4 SUBDIRS += vgabios 1.5 SUBDIRS += vmxassist 1.6 SUBDIRS += extboot 1.7 -SUBDIRS += etherboot 1.8 +#SUBDIRS += etherboot 1.9 SUBDIRS += hvmloader 1.10 1.11 .PHONY: all
2.1 --- a/tools/firmware/hvmloader/Makefile Sat Feb 02 11:24:20 2008 +0000 2.2 +++ b/tools/firmware/hvmloader/Makefile Sat Feb 02 13:40:43 2008 +0000 2.3 @@ -50,7 +50,7 @@ hvmloader: roms.h acpi/acpi.a $(SRCS) 2.4 acpi/acpi.a: 2.5 $(MAKE) -C acpi 2.6 2.7 -roms.h: ../rombios/BIOS-bochs-latest ../vgabios/VGABIOS-lgpl-latest.bin ../vgabios/VGABIOS-lgpl-latest.cirrus.bin ../vmxassist/vmxassist.bin ../etherboot/eb-rtl8139.zrom.h 2.8 +roms.h: ../rombios/BIOS-bochs-latest ../vgabios/VGABIOS-lgpl-latest.bin ../vgabios/VGABIOS-lgpl-latest.cirrus.bin ../vmxassist/vmxassist.bin ../etherboot/eb-roms.h ../extboot/extboot.bin 2.9 sh ./mkhex rombios ../rombios/BIOS-bochs-latest > roms.h 2.10 sh ./mkhex vgabios_stdvga ../vgabios/VGABIOS-lgpl-latest.bin >> roms.h 2.11 sh ./mkhex vgabios_cirrusvga ../vgabios/VGABIOS-lgpl-latest.cirrus.bin >> roms.h