[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 10 of 19] tools: hvmloader: Define $(OBJS) directly instead of via $(SRCS)
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1302601741 -3600 # Node ID a25b909fed618dc7e8b95921a59a0db552d60612 # Parent 35d6dd63d96ee37c3fcf7690bac933c44a40b23c tools: hvmloader: Define $(OBJS) directly instead of via $(SRCS) $(SRCS) isn't used for anything else. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> diff -r 35d6dd63d96e -r a25b909fed61 tools/firmware/hvmloader/Makefile --- a/tools/firmware/hvmloader/Makefile Tue Apr 12 10:47:36 2011 +0100 +++ b/tools/firmware/hvmloader/Makefile Tue Apr 12 10:49:01 2011 +0100 @@ -28,13 +28,12 @@ LOADADDR = 0x100000 CFLAGS += $(CFLAGS_xeninclude) -SRCS = hvmloader.c mp_tables.c util.c smbios.c -SRCS += 32bitbios_support.c smp.c cacheattr.c xenbus.c -SRCS += e820.c +OBJS = hvmloader.o mp_tables.o util.o smbios.o +OBJS += 32bitbios_support.o smp.o cacheattr.o xenbus.o +OBJS += e820.o ifeq ($(debug),y) -SRCS += tests.c +OBJS += tests.o endif -OBJS = $(patsubst %.c,%.o,$(SRCS)) CIRRUSVGA_DEBUG ?= n _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |