summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/Makefile.sources
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-11-09 04:44:15 +0000
committerEmil Velikov <[email protected]>2014-11-26 20:09:09 +0000
commitf093c1c8ec1bce50d9338533ce775b564358fbeb (patch)
treea4a8d22fe542286f90294eb76432f349b82be406 /src/gallium/auxiliary/Makefile.sources
parent2dbaedaf109aad822d72bd0e761c506efbb29ec4 (diff)
auxiliary/vl: add galliumvl_stub.la
Will be used by the non-VL targets, to stub out the functions called by the drivers. The entry point to those are within the VL state-trackers, yet the compiler cannot determine that at link time. Thus we'll need to stub them out to prevent unresolved symbols in the dri, egl, gbm and pipe-loader targets. v2: Rebase. Cc: Christian König <[email protected]> Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r--src/gallium/auxiliary/Makefile.sources3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources
index 6becb8daea2..38c39b60a3a 100644
--- a/src/gallium/auxiliary/Makefile.sources
+++ b/src/gallium/auxiliary/Makefile.sources
@@ -336,6 +336,9 @@ C_SOURCES := \
vl/vl_zscan.c \
vl/vl_zscan.h
+VL_STUB_SOURCES := \
+ vl/vl_stubs.c
+
GENERATED_SOURCES := \
indices/u_indices_gen.c \
indices/u_unfilled_gen.c \