]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/drm/radeon/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / modules / drm / radeon / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../../dev/drm
4 KMOD    = radeon
5 SRCS    = r300_cmdbuf.c r600_blit.c r600_cp.c radeon_cp.c radeon_cs.c \
6         radeon_drv.c radeon_irq.c radeon_mem.c radeon_state.c
7 SRCS    +=device_if.h bus_if.h pci_if.h opt_drm.h
8
9 .include <bsd.kmod.mk>