diff options
Diffstat (limited to 'linux/Makefile.linux')
-rw-r--r-- | linux/Makefile.linux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Makefile.linux b/linux/Makefile.linux index 3c344a38..19928ce6 100644 --- a/linux/Makefile.linux +++ b/linux/Makefile.linux @@ -38,7 +38,7 @@ # **** End of SMP/MODVERSIONS detection -MODS = gamma.o trident.o tdfx.o r128.o radeon.o +MODS = gamma.o trident_dri.o tdfx.o r128.o radeon.o LIBS = DRMTEMPLATES = drm_auth.h drm_bufs.h drm_context.h drm_dma.h drm_drawable.h \ @@ -213,7 +213,7 @@ tdfx.o: $(TDFXOBJS) $(LIBS) trident_drv.o: trident_drv.c $(CC) $(MODCFLAGS) -DEXPORT_SYMTAB -I$(TREE) -c $< -o $@ -trident.o: $(TRIDENTOBJS) $(LIBS) +trident_dri.o: $(TRIDENTOBJS) $(LIBS) $(LD) -r $^ -o $@ sis.o: $(SISOBJS) $(LIBS) |