aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* tools: drop ia64 supportIan Campbell2012-09-121-5/+1
| | | | | | | | | | | | | | | | | Removed support from libxc and mini-os. This also took me under xen/include/public via various symlinks. Dropped tools/debugger/xenitp entirely, it was described upon commit as: "Xenitp is a low-level debugger for ia64" and doesn't appear to be linked into the build anywhere. 99 files changed, 14 insertions(+), 32361 deletions(-) Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Keir Fraser <keir@xen.org> Committed-by: Ian Campbell <ian.campbell@citrix.com>
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-171-5/+5
| | | | | | | | Otherwise make can search the path relative to certain standard paths such as /usr/include (e.g., the line '-include $(XEN_ROOT)/.config' in Config.mk suffers from this). Signed-off-by: Keir Fraser <keir@xen.org>
* Move libelf headers out of xen public header dir.Keir Fraser2009-01-081-1/+2
| | | | Signed-off-by: Jan Beulich <jbeulich@novell.com>
* [IA64] Install missing ia64 hvm public headers.Alex Williamson2008-04-141-0/+2
| | | | Signed-off-by: Kouya Shimura <kouya@jp.fujitsu.com>
* Install missing hvm public headers.Keir Fraser2008-03-181-0/+2
| | | | Signed-off-by: Ben Guthro <bguthro@virtualiron.com>
* Fix ia64 public headers installation typo.Keir Fraser2008-01-271-1/+1
| | | | Signed-off-by: Alex Williamson <alex.williamson@hp.com>
* Move xen/foreign build out of tree setup.Keir Fraser2008-01-261-5/+7
| | | | Signed-off-by: Bastian Blank <waldi@debian.org>
* Move xen/sys parts down to tools/include/xen-sys.Keir Fraser2008-01-261-1/+1
| | | | Signed-off-by: Bastian Blank <waldi@debian.org>
* Also install xen/sys into headers.Keir Fraser2008-01-261-0/+2
| | | | Signed-off-by: Bastian Blank <waldi@debian.org>
* Move generation of public header hierarchy into the tools.Keir Fraser2008-01-261-0/+40
This patch merges the two versions of public header generation currently used in the build into one. Signed-off-by: Bastian Blank <waldi@debian.org>