aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/Makefile.sources
diff options
context:
space:
mode:
authorChristoph Bumiller <[email protected]>2012-09-01 17:26:24 +0200
committerChristoph Bumiller <[email protected]>2012-09-07 19:03:40 +0200
commit3433471e8b46dd9dd042a00f88ef9ad011a94aac (patch)
treec0ec40fa2224d8aeb0103516889c77216b4c8a51 /src/gallium/drivers/nvc0/Makefile.sources
parent8a497e5955053293959614fcde76ab4908929215 (diff)
nvc0/ir: add initial code to support GK110 ISA encoding
Diffstat (limited to 'src/gallium/drivers/nvc0/Makefile.sources')
-rw-r--r--src/gallium/drivers/nvc0/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nvc0/Makefile.sources b/src/gallium/drivers/nvc0/Makefile.sources
index d74ecf385f5..82504bf9849 100644
--- a/src/gallium/drivers/nvc0/Makefile.sources
+++ b/src/gallium/drivers/nvc0/Makefile.sources
@@ -16,6 +16,7 @@ C_SOURCES := \
nvc0_query.c
CPP_SOURCES := \
+ codegen/nv50_ir_emit_gk110.cpp \
codegen/nv50_ir_emit_nvc0.cpp \
codegen/nv50_ir_lowering_nvc0.cpp \
codegen/nv50_ir_target_nvc0.cpp