ia64/xen-unstable
annotate tools/Make.defs @ 2789:b914ff7d73b5
bitkeeper revision 1.1159.142.4 (4184b6d4rc3Jd2irJimPyupm4TO06A)
Rename Xen public interfaces.
1. hypervisor-if.h is now xen.h
2. hypervisor-ifs/ directory is now:
<include/public/...> in Xen
<asm/xen-public/...> in Linux
<xen/...> in user space
Rename Xen public interfaces.
1. hypervisor-if.h is now xen.h
2. hypervisor-ifs/ directory is now:
<include/public/...> in Xen
<asm/xen-public/...> in Linux
<xen/...> in user space
author | kaf24@freefall.cl.cam.ac.uk |
---|---|
date | Sun Oct 31 09:56:36 2004 +0000 (2004-10-31) |
parents | dae98734f12e |
children | 3f929065a1d1 |
rev | line source |
---|---|
mjw@1623 | 1 # -*- mode: Makefile; -*- |
kaf24@2789 | 2 XEN_HYPERVISOR_IFS = $(XEN_ROOT)/xen/include/public |
mjw@1623 | 3 XEN_LINUX_INCLUDE = $(XEN_ROOT)/linux-xen-sparse/include |
mjw@1629 | 4 XEN_XC = $(XEN_ROOT)/tools/python/xen/lowlevel/xc |
mjw@1623 | 5 XEN_LIBXC = $(XEN_ROOT)/tools/libxc |
mjw@1623 | 6 XEN_LIBXUTIL = $(XEN_ROOT)/tools/libxutil |