projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4780a0e
)
libxc: Use vpath rather than VPATH, to avoid linking with hypervisor .o files.
author
Keir Fraser
<keir.fraser@citrix.com>
Mon, 9 Jun 2008 12:25:35 +0000
(13:25 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Mon, 9 Jun 2008 12:25:35 +0000
(13:25 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/libxc/Makefile
patch
|
blob
|
history
diff --git
a/tools/libxc/Makefile
b/tools/libxc/Makefile
index d685419da6baa751d2a7e77e1080c32934e7a0f6..c68a0f0d9ef0f1e9959452bf94a404077d94fb4e 100644
(file)
--- a/
tools/libxc/Makefile
+++ b/
tools/libxc/Makefile
@@
-32,7
+32,7
@@
GUEST_SRCS-y += xg_private.c
GUEST_SRCS-$(CONFIG_MIGRATE) += xc_domain_restore.c xc_domain_save.c
GUEST_SRCS-$(CONFIG_HVM) += xc_hvm_build.c
-
VPATH =
../../xen/common/libelf
+
vpath %.c
../../xen/common/libelf
CFLAGS += -I../../xen/common/libelf
GUEST_SRCS-y += libelf-tools.c libelf-loader.c