summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/Makefile.sources
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/swr/Makefile.sources')
-rw-r--r--src/gallium/drivers/swr/Makefile.sources5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/drivers/swr/Makefile.sources b/src/gallium/drivers/swr/Makefile.sources
index 99b3900b57c..e0ea161ee5d 100644
--- a/src/gallium/drivers/swr/Makefile.sources
+++ b/src/gallium/drivers/swr/Makefile.sources
@@ -45,6 +45,11 @@ CXX_SOURCES := \
swr_query.h \
swr_query.cpp
+ARCHRAST_CXX_SOURCES := \
+ rasterizer/archrast/archrast.cpp \
+ rasterizer/archrast/archrast.h \
+ rasterizer/archrast/eventmanager.h
+
COMMON_CXX_SOURCES := \
rasterizer/common/formats.cpp \
rasterizer/common/formats.h \