summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/va-softpipe
diff options
context:
space:
mode:
authorThomas Balling Sørensen <tball@tball-laptop.(none)>2010-10-28 13:40:59 +0200
committerThomas Balling Sørensen <tball@tball-laptop.(none)>2010-10-28 13:40:59 +0200
commita565f58edaad646942f2174e66ef1343f56ae679 (patch)
treecfbfb0e18f0e91af8201fe669c9963e5a6fd9727 /src/gallium/targets/va-softpipe
parent3fac09ad873b8a5239f84d07dc12e8b08a117561 (diff)
vl: enable target va-r600
Diffstat (limited to 'src/gallium/targets/va-softpipe')
-rw-r--r--src/gallium/targets/va-softpipe/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/gallium/targets/va-softpipe/Makefile b/src/gallium/targets/va-softpipe/Makefile
new file mode 100644
index 00000000000..a58df36a966
--- /dev/null
+++ b/src/gallium/targets/va-softpipe/Makefile
@@ -0,0 +1,21 @@
+TOP = ../../../..
+include $(TOP)/configs/current
+
+LIBBASENAME = softpipe_drv_video
+
+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/winsys/g3dvl/xlib/xsp_winsys.c
+
+DRIVER_LIBS =
+
+include ../Makefile.va
+
+symlinks: