#
# Build the Open Firmware handler
#

CFLAGS += -I..

# head.o must be first
obj-y = head.o
obj-y += console.o
obj-y += control.o
obj-y += cpu.o
obj-y += devtree.o
obj-y += head.o
obj-y += io.o
obj-y += leap.o
obj-y += memory.o
obj-y += ofh.o
obj-y += papr.o
obj-y += services.o
obj-y += vdevice.o
obj-y += xencomm.o
obj-y += xen_hvcall.o

obj-y += memcmp.o
obj-y += memset.o
obj-y += snprintf.o
obj-y += strcmp.o
obj-y += strlen.o
obj-y += strncmp.o
obj-y += strlcpy.o
obj-y += strnlen.o
