af088425f7
by Vladimir Dergachev for inclusion in DRM CVS, with minor modifications for FreeBSD CVS and the appropriate license from Nicolai Haehnle on r300_reg.h. Fixes hangs when using r300.sf.net userland, tested on a Radeon 9600 on amd64.
10 lines
223 B
Makefile
10 lines
223 B
Makefile
# $FreeBSD$
|
|
|
|
.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
|
|
|
|
.include <bsd.kmod.mk>
|