]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - sys/modules/drm/radeon/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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>