aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/Makefile
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2010-12-03 09:36:47 +0000
committerIan Campbell <ian.campbell@citrix.com>2010-12-03 09:36:47 +0000
commitd2c71cadc565bcb8098563dafd8abcafc0c2358c (patch)
tree2fed61400a16591525daaf3e08114897067ae02c /tools/libxc/Makefile
parentfd81c3683ab201bef87a7e9f52e61be161993752 (diff)
downloadxen-d2c71cadc565bcb8098563dafd8abcafc0c2358c.tar.gz
xen-d2c71cadc565bcb8098563dafd8abcafc0c2358c.tar.bz2
xen-d2c71cadc565bcb8098563dafd8abcafc0c2358c.zip
libxc: refactor Linux OS interface into a separate file.
This helps ensure that the osdep abstraction is complete by allowing us to avoid including xc_private.h. All the other OS backends could benefit from the same treatment but since I cannot compile test I did not do this. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'tools/libxc/Makefile')
-rw-r--r--tools/libxc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile
index a2263438f1..d59a2f1e5d 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -34,7 +34,7 @@ CTRL_SRCS-y += xc_foreign_memory.c
CTRL_SRCS-y += xtl_core.c
CTRL_SRCS-y += xtl_logger_stdio.c
CTRL_SRCS-$(CONFIG_X86) += xc_pagetab.c
-CTRL_SRCS-$(CONFIG_Linux) += xc_linux.c
+CTRL_SRCS-$(CONFIG_Linux) += xc_linux.c xc_linux_osdep.c
CTRL_SRCS-$(CONFIG_SunOS) += xc_solaris.c
CTRL_SRCS-$(CONFIG_NetBSD) += xc_netbsd.c
CTRL_SRCS-$(CONFIG_MiniOS) += xc_minios.c