[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] tools: hvmloader: Define $(OBJS) directly instead of via $(SRCS)



# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1302612225 -3600
# Node ID 560187ccaf95399b53aea5248346f1fc8cffbf7c
# Parent  d237d2e2a47d4caf6d469d7041e62d3bcb2518ce
tools: hvmloader: Define $(OBJS) directly instead of via $(SRCS)

$(SRCS) isn't used for anything else.

Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
Acked-by: Keir Fraser <keir@xxxxxxx>
---


diff -r d237d2e2a47d -r 560187ccaf95 tools/firmware/hvmloader/Makefile
--- a/tools/firmware/hvmloader/Makefile Tue Apr 12 13:41:43 2011 +0100
+++ b/tools/firmware/hvmloader/Makefile Tue Apr 12 13:43:45 2011 +0100
@@ -28,13 +28,12 @@
 
 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-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.