diff options
author | Alan Hourihane <[email protected]> | 2005-01-05 13:45:09 +0000 |
---|---|---|
committer | Alan Hourihane <[email protected]> | 2005-01-05 13:45:09 +0000 |
commit | e3fe80a60f36fad8f12220ba435bfecc8685c264 (patch) | |
tree | d0180e3feb39a6e9987cd63f65b53f96965aff3c /src/mesa/drivers/dri/unichrome/Makefile | |
parent | 9a8a9fb01fa5beeb843415277b48b086b099aa97 (diff) |
Bring VIA driver up-to-date with regard to drm_*_t changes and remove
the xf86drmVIA.[ch] files.
Bring in the IRQ handler and Ring buffer code, but ring buffer is disabled
as it is with the Xserver. It certainly locks up the CLE266.
Diffstat (limited to 'src/mesa/drivers/dri/unichrome/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/unichrome/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/unichrome/Makefile b/src/mesa/drivers/dri/unichrome/Makefile index b08a239e083..3e2f813f957 100644 --- a/src/mesa/drivers/dri/unichrome/Makefile +++ b/src/mesa/drivers/dri/unichrome/Makefile @@ -29,8 +29,7 @@ DRIVER_SOURCES = \ via_texmem.c \ via_texstate.c \ via_tris.c \ - via_texcombine.c \ - xf86drmVIA.c + via_texcombine.c C_SOURCES = \ $(COMMON_SOURCES) \ |