]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/sys/modules/drm/radeon/Makefile
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / sys / modules / drm / radeon / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../../dev/drm
4 KMOD    = radeon
5 SRCS    = r300_cmdbuf.c radeon_cp.c radeon_drv.c radeon_irq.c \
6         radeon_mem.c radeon_state.c
7 SRCS    +=device_if.h bus_if.h pci_if.h opt_drm.h
8
9 .if ${CC} != "icc"
10 CFLAGS += --param large-function-growth=1000
11 .endif
12
13 .include <bsd.kmod.mk>