summaryrefslogtreecommitdiff
path: root/xen/Makefrag.am
blob: 61eb475b1f6b539878dbaab973f133789032e25c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Makefile fragment for the Xen platform.

# Copyright (C) 2007 Free Software Foundation, Inc.

# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any later
# version.
# 
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# for more details.
# 
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

#
# Xen support.
#

libkernel_a_SOURCES += \
	xen/public/arch-x86_32.h \
	xen/public/arch-x86_64.h \
	xen/public/arch-x86/xen.h \
	xen/public/arch-x86/xen-mca.h \
	xen/public/arch-x86/xen-x86_32.h \
	xen/public/arch-x86/xen-x86_64.h \
	xen/public/callback.h \
	xen/public/COPYING \
	xen/public/dom0_ops.h \
	xen/public/domctl.h \
	xen/public/elfnote.h \
	xen/public/elfstructs.h \
	xen/public/event_channel.h \
	xen/public/features.h \
	xen/public/grant_table.h \
	xen/public/io/blkif.h \
	xen/public/io/console.h \
	xen/public/io/fbif.h \
	xen/public/io/fsif.h \
	xen/public/io/kbdif.h \
	xen/public/io/netif.h \
	xen/public/io/pciif.h \
	xen/public/io/protocols.h \
	xen/public/io/ring.h \
	xen/public/io/tpmif.h \
	xen/public/io/xenbus.h \
	xen/public/io/xs_wire.h \
	xen/public/kexec.h \
	xen/public/libelf.h \
	xen/public/memory.h \
	xen/public/nmi.h \
	xen/public/physdev.h \
	xen/public/platform.h \
	xen/public/sched.h \
	xen/public/sysctl.h \
	xen/public/trace.h \
	xen/public/vcpu.h \
	xen/public/version.h \
	xen/public/xencomm.h \
	xen/public/xen-compat.h \
	xen/public/xen.h \
	xen/public/xenoprof.h \
	xen/block.c \
	xen/block.h \
	xen/console.c \
	xen/console.h \
	xen/evt.c \
	xen/evt.h \
	xen/grant.c \
	xen/grant.h \
	xen/net.c \
	xen/net.h \
	xen/ring.c \
	xen/ring.h \
	xen/store.c \
	xen/store.h \
	xen/time.c \
	xen/time.h \
	xen/xen.c \
	xen/xen.h