diff options
Diffstat (limited to 'src/mesa/Makefile.wfx')
-rw-r--r-- | src/mesa/Makefile.wfx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/Makefile.wfx b/src/mesa/Makefile.wfx index 2dd985b78cf..0a8b8c3b0e8 100644 --- a/src/mesa/Makefile.wfx +++ b/src/mesa/Makefile.wfx @@ -249,6 +249,7 @@ TNL_SOURCES =\ tnl\t_vtx_exec.c DRIVER_SOURCES =\ + drivers\common\driverfuncs.c\ drivers\glide\fxapi.c\ drivers\glide\fxdd.c\ drivers\glide\fxddspan.c\ @@ -423,6 +424,7 @@ clean:: $(RM) swrast_setup\*.obj $(RM) tnl\*.obj $(RM) x86\*.obj + $(RM) drivers\common\*.obj $(RM) drivers\glide\*.obj $(RM) drivers\glide\*.res $(RM) $(LIBDIR)\*.pdb |