# $FreeBSD: stable/6/sys/modules/drm/radeon/Makefile 158686 2006-05-17 07:40:12Z anholt $

.PATH:	${.CURDIR}/../../../dev/drm
KMOD	= radeon
SRCS	= r300_cmdbuf.c radeon_cp.c radeon_drv.c radeon_irq.c \
	radeon_mem.c radeon_state.c
SRCS	+=device_if.h bus_if.h pci_if.h opt_drm.h

.if ${CC} != "icc"
CFLAGS += --param large-function-growth=1000
.endif

.include <bsd.kmod.mk>
