diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-07-27 20:19:29 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-07-27 20:19:29 +0000 |
commit | fccd351c8f17f69dd4ce986f0a626b42bbcb4ef0 (patch) | |
tree | 879c5b3d8736e328c6a88a9f92227524d51019a5 | |
parent | 096e0349eaa56f1941edddf10ab3915b785d8281 (diff) |
Link in the savage files from shared-core.
Submitted by: jkim
-rw-r--r-- | bsd-core/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bsd-core/Makefile b/bsd-core/Makefile index 5f1204ab..33dcc2f5 100644 --- a/bsd-core/Makefile +++ b/bsd-core/Makefile @@ -31,6 +31,10 @@ SHAREDFILES= drm.h \ radeon_state.c \ r300_cmdbuf.c \ r300_reg.h \ + savage_bci.c \ + savage_drm.h \ + savage_drv.h \ + savage_state.c \ sis_drm.h \ sis_drv.h \ sis_ds.c \ |