source: trunk/packages/xen-common/xen-common/xen/common/Makefile @ 34

Last change on this file since 34 was 34, checked in by hartmans, 17 years ago

Add xen and xen-common

File size: 1.0 KB
Line 
1obj-y += acm_ops.o
2obj-y += bitmap.o
3obj-y += domctl.o
4obj-y += domain.o
5obj-y += event_channel.o
6obj-y += grant_table.o
7obj-y += kernel.o
8obj-y += keyhandler.o
9obj-y += kexec.o
10obj-y += lib.o
11obj-y += memory.o
12obj-y += multicall.o
13obj-y += page_alloc.o
14obj-y += rangeset.o
15obj-y += sched_credit.o
16obj-y += sched_sedf.o
17obj-y += schedule.o
18obj-y += shutdown.o
19obj-y += softirq.o
20obj-y += string.o
21obj-y += symbols.o
22obj-y += sysctl.o
23obj-y += time.o
24obj-y += timer.o
25obj-y += trace.o
26obj-y += version.o
27obj-y += vsprintf.o
28obj-y += xmalloc.o
29obj-y += rcupdate.o
30
31obj-$(perfc)       += perfc.o
32obj-$(crash_debug) += gdbstub.o
33obj-$(xenoprof)    += xenoprof.o
34
35obj-$(CONFIG_XENCOMM) += xencomm.o
36
37subdir-$(CONFIG_COMPAT) += compat
38
39subdir-y += libelf
40
41# Object file contains changeset and compiler information.
42version.o: $(BASEDIR)/include/xen/compile.h
43
44ifeq ($(CONFIG_COMPAT),y)
45# extra dependencies
46grant_table.o: compat/grant_table.c
47kexec.o: compat/kexec.c
48schedule.o: compat/schedule.c
49xenoprof.o: compat/xenoprof.c
50endif
Note: See TracBrowser for help on using the repository browser.