diff options
Diffstat (limited to 'src/mesa/Makefile.DJ')
-rw-r--r-- | src/mesa/Makefile.DJ | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/Makefile.DJ b/src/mesa/Makefile.DJ index bd8e6f039d6..fdcc2ec5467 100644 --- a/src/mesa/Makefile.DJ +++ b/src/mesa/Makefile.DJ @@ -220,5 +220,6 @@ clean: -$(call UNLINK,swrast_setup/*.o) -$(call UNLINK,tnl/*.o) -$(call UNLINK,x86/*.o) + -$(call UNLINK,drivers/common/*.o) -$(call UNLINK,drivers/dos/*.o) -$(call UNLINK,drivers/glide/*.o) |