[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] hvmloader: Only compile 32bitbios_support.c when rombios is enabled
# HG changeset patch # User Julian Pidancet <julian.pidancet@xxxxxxxxx> # Date 1329137266 0 # Node ID e1f10d12b9fe5eca56cb7bc5ac332662865cf42f # Parent 6ae5506e49abbe07b3b84c56cda114f59beb7ebe hvmloader: Only compile 32bitbios_support.c when rombios is enabled 32bitbios_support.c only contains code specific to rombios, and should not be built-in when building hvmloader for SeaBIOS only (as for rombios.c). Signed-off-by: Julian Pidancet <julian.pidancet@xxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- diff -r 6ae5506e49ab -r e1f10d12b9fe tools/firmware/hvmloader/Makefile --- a/tools/firmware/hvmloader/Makefile Mon Feb 13 13:12:30 2012 +0100 +++ b/tools/firmware/hvmloader/Makefile Mon Feb 13 12:47:46 2012 +0000 @@ -29,7 +29,7 @@ CFLAGS += $(CFLAGS_xeninclude) OBJS = hvmloader.o mp_tables.o util.o smbios.o -OBJS += 32bitbios_support.o smp.o cacheattr.o xenbus.o +OBJS += smp.o cacheattr.o xenbus.o OBJS += e820.o pci.o pir.o ctype.o ifeq ($(debug),y) OBJS += tests.o @@ -39,7 +39,7 @@ ROMBIOS_DIR := ../rombios ifneq ($(ROMBIOS_DIR),) -OBJS += rombios.o +OBJS += 32bitbios_support.o rombios.o CFLAGS += -DENABLE_ROMBIOS ROMBIOS_ROM := $(ROMBIOS_DIR)/BIOS-bochs-latest endif _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |