diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-07-20 21:17:47 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-07-20 21:17:47 +0000 |
commit | ab59dd285c4ccdec92adadfcb869fc83edd96e86 (patch) | |
tree | 991a507b2e9afee54d15bc60848c988d5d4b9666 /bsd-core/Makefile | |
parent | 026e12ea937865748d54d3b8a7a3b77ccc4e3efb (diff) |
Add latest r300 support from r300.sf.net CVS. Patch submitted by volodya,
with BSD fix from jkim and the r300_reg.h license from Nicolai Haehnle.
Big thanks to everyone involved!
Diffstat (limited to 'bsd-core/Makefile')
-rw-r--r-- | bsd-core/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bsd-core/Makefile b/bsd-core/Makefile index 895e0377..5f1204ab 100644 --- a/bsd-core/Makefile +++ b/bsd-core/Makefile @@ -29,6 +29,8 @@ SHAREDFILES= drm.h \ radeon_irq.c \ radeon_mem.c \ radeon_state.c \ + r300_cmdbuf.c \ + r300_reg.h \ sis_drm.h \ sis_drv.h \ sis_ds.c \ |