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

.EXPORT_ALL_VARIABLES:

# these variables will be exported to the lower-level makefiles

CFLAGS = -g -O2 -Wall -Werror -I$(DRVDIR)/include -D_DEBUG
CFLAGS += -I$(KERNELDIR)/include
ifeq '$(KERNELVER)' '2.4.25'
CFLAGS += -I$(KERNELDIR)/arch/ppc
endif
ifeq ($(SMP),y)
CFLAGS += -D__SMP__
endif

BINDIR = $(DRVDIR)/bin
LIBDIR = $(DRVDIR)/lib

SUB_DIRS := \
	allocator

ifndef TOPDIR
TOPDIR = ..
endif

include $(TOPDIR)/Make.rules
