summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/r600/drm/Makefile
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2010-09-17 13:18:42 +1000
committerDave Airlie <airlied@redhat.com>2010-09-17 15:29:31 +1000
commitda96313afe3cff66d8ae0c9675a6299b3d7510f9 (patch)
tree439d3e7a85e600f5d5b0ea2645007ee82ab26837 /src/gallium/winsys/r600/drm/Makefile
parent189a59751352208cb0386131f9ad82256ec9bed9 (diff)
r600g: add support for kernel bo
this moves to using a pb bufmgr instead of kernel bos directly.
Diffstat (limited to 'src/gallium/winsys/r600/drm/Makefile')
-rw-r--r--src/gallium/winsys/r600/drm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/winsys/r600/drm/Makefile b/src/gallium/winsys/r600/drm/Makefile
index 86688a213c..c81a075f1e 100644
--- a/src/gallium/winsys/r600/drm/Makefile
+++ b/src/gallium/winsys/r600/drm/Makefile
@@ -14,7 +14,8 @@ C_SOURCES = \
radeon_pciid.c \
radeon.c \
r600_drm.c \
- radeon_ws_bo.c
+ radeon_ws_bo.c \
+ radeon_bo_pb.c
LIBRARY_INCLUDES = -I$(TOP)/src/gallium/drivers/r600 \
$(shell pkg-config libdrm --cflags-only-I)