summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorRobert Noland <rnoland@FreeBSD.org>2009-10-30 16:35:47 +0000
committerRobert Noland <rnoland@FreeBSD.org>2009-10-30 16:35:47 +0000
commit089d410cdc20b70b720f27c6ee2a655b8defffd3 (patch)
treec73a29f8e21acec61e31bdd45ebec176a7b288bc /sys/modules
parent80148512a118243fcaf0afd2c04f03ed065c026d (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/drm/radeon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/drm/radeon/Makefile b/sys/modules/drm/radeon/Makefile
index 4b8b7d17842e..72c364bdd552 100644
--- a/sys/modules/drm/radeon/Makefile
+++ b/sys/modules/drm/radeon/Makefile
@@ -2,8 +2,8 @@
.PATH: ${.CURDIR}/../../../dev/drm
KMOD = radeon
-SRCS = r300_cmdbuf.c r600_cp.c radeon_cp.c radeon_drv.c radeon_irq.c \
- radeon_mem.c radeon_state.c
+SRCS = r300_cmdbuf.c r600_blit.c r600_cp.c radeon_cp.c radeon_cs.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>