diff options
author | David Dawes <dawes@xfree86.org> | 2001-05-14 14:49:58 +0000 |
---|---|---|
committer | David Dawes <dawes@xfree86.org> | 2001-05-14 14:49:58 +0000 |
commit | 9c775d0b2f303389c24aea5e8abc1473f0cf93e8 (patch) | |
tree | 7098f0dc535e6c265f882be3295b4e1fcedc549a /linux/Makefile.linux | |
parent | 0813760110535d8989af187d23b4eedc4c6b225f (diff) |
finish struct stat type cleanup Fix a build dependencies for the tdfx drm
module
Diffstat (limited to 'linux/Makefile.linux')
-rw-r--r-- | linux/Makefile.linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile.linux b/linux/Makefile.linux index 8df1f747..0e34d426 100644 --- a/linux/Makefile.linux +++ b/linux/Makefile.linux @@ -59,7 +59,7 @@ GAMMAOBJS = gamma_drv.o gamma_dma.o GAMMAHEADERS = gamma_drv.h $(DRMHEADERS) $(DRMTEMPLATES) TDFXOBJS = tdfx_drv.o -TDFXHEADERS = tdfx.h $(DRMHEADERS) +TDFXHEADERS = tdfx.h $(DRMHEADERS) $(DRMTEMPLATES) R128OBJS = r128_drv.o r128_cce.o r128_state.o R128HEADERS = r128.h r128_drv.h r128_drm.h $(DRMHEADERS) $(DRMTEMPLATES) |