diff options
Diffstat (limited to 'src/gallium/targets/xvmc-softpipe/Makefile')
-rw-r--r-- | src/gallium/targets/xvmc-softpipe/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/gallium/targets/xvmc-softpipe/Makefile b/src/gallium/targets/xvmc-softpipe/Makefile deleted file mode 100644 index 35db16f08e4..00000000000 --- a/src/gallium/targets/xvmc-softpipe/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -TOP = ../../../.. -include $(TOP)/configs/current - -LIBBASENAME = XvMCsoftpipe - -DRIVER_DEFINES = -DGALLIUM_SOFTPIPE -DRIVER_INCLUDES = - -PIPE_DRIVERS = \ - $(TOP)/src/gallium/winsys/sw/xlib/libws_xlib.a \ - $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \ - $(TOP)/src/gallium/auxiliary/libgallium.a - -C_SOURCES = \ - $(TOP)/src/gallium/auxiliary/vl/vl_winsys_xsp.c - -DRIVER_LIBS = - -include ../Makefile.xvmc - -symlinks: |