diff options
Diffstat (limited to 'src/gallium/winsys/sw/dri/Makefile')
-rw-r--r-- | src/gallium/winsys/sw/dri/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/gallium/winsys/sw/dri/Makefile b/src/gallium/winsys/sw/dri/Makefile deleted file mode 100644 index a3fca6be885..00000000000 --- a/src/gallium/winsys/sw/dri/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -TOP = ../../../../.. -include $(TOP)/configs/current - -LIBNAME = swdri - -LIBRARY_INCLUDES = - -LIBRARY_DEFINES = - -C_SOURCES = \ - dri_sw_winsys.c - -include ../../../Makefile.template |