summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/Makefile.sources
diff options
context:
space:
mode:
authorAdrian Negreanu <[email protected]>2014-06-06 12:16:05 +0300
committerEmil Velikov <[email protected]>2014-06-09 22:49:54 +0100
commiteb3f80dbba3c7e6e33d9b98a6b88761550fddb97 (patch)
tree505d0b5c9647bf24fce5e90ac0a8c97814d3b849 /src/mesa/drivers/dri/common/Makefile.sources
parentc21fca8bf241544ef2690be22d5b0e1eaba6397d (diff)
add megadriver_stub_FILES
So that android part can also use $(megadriver_stub_FILES) Cc: "10.1 10.2" <[email protected]> Signed-off-by: Adrian Negreanu <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Reviewed-by: Juha-Pekka Heikkila <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/common/Makefile.sources')
-rw-r--r--src/mesa/drivers/dri/common/Makefile.sources3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/common/Makefile.sources b/src/mesa/drivers/dri/common/Makefile.sources
index 8469b49500c..43b289e90df 100644
--- a/src/mesa/drivers/dri/common/Makefile.sources
+++ b/src/mesa/drivers/dri/common/Makefile.sources
@@ -14,3 +14,6 @@ mesa_dri_common_INCLUDES := \
test_stubs_FILES := \
dri_test.c
+
+megadriver_stub_FILES := \
+ megadriver_stub.c