aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMauro Rossi <[email protected]>2020-06-11 21:47:12 +0200
committerMauro Rossi <[email protected]>2020-06-12 07:50:08 +0200
commit900bf50c39089ef9841eccd729527319eaf49888 (patch)
tree403aa51eebb1551ca089ba2a3db714c5ed596911 /src
parentee29c682fe6a4cfd2b4221c209bec0a4e4747c4b (diff)
android: nvir/gv100: update sources in Makefile.sources
Fixes the following building errors: FAILED: out/target/product/x86_64/obj/SHARED_LIBRARIES/gallium_dri_intermediates/LINKED/gallium_dri.so ... ld.lld: error: undefined symbol: nv50_ir::getTargetGV100(unsigned int) ... ld.lld: error: undefined symbol: nv50_ir::getTargetGV100(unsigned int) clang-9: error: linker command failed with exit code 1 (use -v to see invocation) Fixes: 78103abe ("nvir/gv100: initial support") Signed-off-by: Mauro Rossi <[email protected]> Reviewed-by: Karol Herbst <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/nouveau/Makefile.sources6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/Makefile.sources b/src/gallium/drivers/nouveau/Makefile.sources
index 9de8168fbd9..ff25f3963a6 100644
--- a/src/gallium/drivers/nouveau/Makefile.sources
+++ b/src/gallium/drivers/nouveau/Makefile.sources
@@ -140,13 +140,19 @@ NV50_CODEGEN_SOURCES := \
NVC0_CODEGEN_SOURCES := \
codegen/nv50_ir_emit_gk110.cpp \
codegen/nv50_ir_emit_gm107.cpp \
+ codegen/nv50_ir_emit_gv100.cpp \
+ codegen/nv50_ir_emit_gv100.h \
codegen/nv50_ir_emit_nvc0.cpp \
codegen/nv50_ir_lowering_gm107.cpp \
codegen/nv50_ir_lowering_gm107.h \
+ codegen/nv50_ir_lowering_gv100.cpp \
+ codegen/nv50_ir_lowering_gv100.h \
codegen/nv50_ir_lowering_nvc0.cpp \
codegen/nv50_ir_lowering_nvc0.h \
codegen/nv50_ir_target_gm107.cpp \
codegen/nv50_ir_target_gm107.h \
+ codegen/nv50_ir_target_gv100.cpp \
+ codegen/nv50_ir_target_gv100.h \
codegen/nv50_ir_target_nvc0.cpp \
codegen/nv50_ir_target_nvc0.h