#
# $Header: /opt/marks/rp_cvs/fwcomponents/lara_kernel_modules/allocator/drivers/allocator/Makefile,v 1.1 2006-06-14 15:40:53 maynard Exp $
#

O_TARGET := allocator
O_LIBS := 

DEVNAME := allocator

O_OBJS   := \
	allocator.o

ifndef TOPDIR
TOPDIR = ../..
endif

include $(TOPDIR)/Make.rules
