aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/ia64/Makefile
diff options
context:
space:
mode:
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>2006-07-11 11:29:25 -0600
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>2006-07-11 11:29:25 -0600
commitfeb1dc3116ea8cc43156516a20da31b64e28b0ee (patch)
tree92c00408a81f0700976aed2cf9eb50abfd32347b /tools/libxc/ia64/Makefile
parent650bb23bf92b3f811cd3324d194b46bb92b74804 (diff)
downloadxen-feb1dc3116ea8cc43156516a20da31b64e28b0ee.tar.gz
xen-feb1dc3116ea8cc43156516a20da31b64e28b0ee.tar.bz2
xen-feb1dc3116ea8cc43156516a20da31b64e28b0ee.zip
[IA64] Creates tools/libxc/ia64 directory.
Split and move xc_ia64_stubs.c into ia64/xc_ia64_hvm_build.c and ia64/xc_ia64_stubs.c Creates ia64/Makefile. Clean up (static in const) in xc_ia64_hvm_build.c Signed-off-by: Tristan Gingold <tristan.gingold@bull.net> [whitespace cleanups in new files] Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Diffstat (limited to 'tools/libxc/ia64/Makefile')
-rw-r--r--tools/libxc/ia64/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/libxc/ia64/Makefile b/tools/libxc/ia64/Makefile
new file mode 100644
index 0000000000..3c9656b0f7
--- /dev/null
+++ b/tools/libxc/ia64/Makefile
@@ -0,0 +1,3 @@
+CTRL_SRCS-$(CONFIG_IA64) += ia64/xc_ia64_stubs.c
+
+GUEST_SRCS-$(CONFIG_IA64) += ia64/xc_ia64_hvm_build.c