source: trunk/packages/xen-3.1/xen-3.1/xen/arch/powerpc/of_handler/Makefile @ 34

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

Add xen and xen-common

File size: 490 bytes
Line 
1#
2# Build the Open Firmware handler
3#
4
5CFLAGS += -I..
6
7# head.o must be first
8obj-y = head.o
9obj-y += console.o
10obj-y += control.o
11obj-y += cpu.o
12obj-y += devtree.o
13obj-y += head.o
14obj-y += io.o
15obj-y += leap.o
16obj-y += memory.o
17obj-y += ofh.o
18obj-y += papr.o
19obj-y += services.o
20obj-y += vdevice.o
21obj-y += xencomm.o
22obj-y += xen_hvcall.o
23
24obj-y += memcmp.o
25obj-y += memset.o
26obj-y += snprintf.o
27obj-y += strcmp.o
28obj-y += strlen.o
29obj-y += strncmp.o
30obj-y += strlcpy.o
31obj-y += strnlen.o
Note: See TracBrowser for help on using the repository browser.