diff options
| author | Eric Anholt <anholt@FreeBSD.org> | 2005-07-20 21:10:57 +0000 |
|---|---|---|
| committer | Eric Anholt <anholt@FreeBSD.org> | 2005-07-20 21:10:57 +0000 |
| commit | af088425f7d501238d321c56147c357cc62e5159 (patch) | |
| tree | f8d5015ba84b81c23a865931ee1d2e95b5838c57 /sys/modules/drm | |
| parent | 9727df0c0971be293e2ccd2d5c794c1f0b0feebd (diff) | |
Notes
Diffstat (limited to 'sys/modules/drm')
| -rw-r--r-- | sys/modules/drm/radeon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/drm/radeon/Makefile b/sys/modules/drm/radeon/Makefile index d72bf2f3b5eb..ba59b7273f17 100644 --- a/sys/modules/drm/radeon/Makefile +++ b/sys/modules/drm/radeon/Makefile @@ -2,7 +2,7 @@ .PATH: ${.CURDIR}/../../../dev/drm KMOD = radeon -SRCS = radeon_cp.c radeon_drv.c radeon_irq.c \ +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 |
