projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23d1799
)
android: add SPIRV_FILES to libmesa_nir
author
Tapani Pälli
<tapani.palli@intel.com>
Tue, 8 Nov 2016 10:49:18 +0000
(12:49 +0200)
committer
Tapani Pälli
<tapani.palli@intel.com>
Fri, 11 Nov 2016 05:59:29 +0000
(07:59 +0200)
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/compiler/Android.nir.mk
patch
|
blob
|
history
diff --git
a/src/compiler/Android.nir.mk
b/src/compiler/Android.nir.mk
index e89a21c03ac670ef97bfb7409cb57089711e8fca..d08f5694a223641b836c6e3555061e11e72e9737 100644
(file)
--- a/
src/compiler/Android.nir.mk
+++ b/
src/compiler/Android.nir.mk
@@
-31,7
+31,8
@@
include $(LOCAL_PATH)/Makefile.sources
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
- $(NIR_FILES)
+ $(NIR_FILES) \
+ $(SPIRV_FILES) \
LOCAL_C_INCLUDES := \
$(MESA_TOP)/src/mapi \