projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2de2a1
)
libxc: use xc_netbsd.c for rump kernel
author
Wei Liu
<wei.liu2@citrix.com>
Wed, 24 Jun 2015 10:10:10 +0000
(11:10 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Thu, 25 Jun 2015 11:10:01 +0000
(12:10 +0100)
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxc/Makefile
patch
|
blob
|
history
diff --git
a/tools/libxc/Makefile
b/tools/libxc/Makefile
index 55782c821863ffa1d206c40e3960a8c274d1d889..153b79ed55e7172eaa385b55bcba9a4a7cd76818 100644
(file)
--- a/
tools/libxc/Makefile
+++ b/
tools/libxc/Makefile
@@
-48,6
+48,7
@@
CTRL_SRCS-$(CONFIG_Linux) += xc_linux.c xc_linux_osdep.c
CTRL_SRCS-$(CONFIG_FreeBSD) += xc_freebsd.c xc_freebsd_osdep.c
CTRL_SRCS-$(CONFIG_SunOS) += xc_solaris.c
CTRL_SRCS-$(CONFIG_NetBSD) += xc_netbsd.c
+CTRL_SRCS-$(CONFIG_NetBSDRump) += xc_netbsd.c
CTRL_SRCS-$(CONFIG_MiniOS) += xc_minios.c
GUEST_SRCS-y :=